Suppress unused-function [ci skip]
This commit is contained in:
parent
ee3b61a44f
commit
a72529182d
@ -2307,6 +2307,7 @@ autoload_feature_lookup_or_create(VALUE feature, struct autoload_data **autoload
|
|||||||
return autoload_data_value;
|
return autoload_data_value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static VALUE
|
static VALUE
|
||||||
autoload_feature_clear_if_empty(VALUE argument)
|
autoload_feature_clear_if_empty(VALUE argument)
|
||||||
{
|
{
|
||||||
@ -2320,6 +2321,7 @@ autoload_feature_clear_if_empty(VALUE argument)
|
|||||||
|
|
||||||
return Qnil;
|
return Qnil;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static struct st_table* autoload_table_lookup_or_create(VALUE module) {
|
static struct st_table* autoload_table_lookup_or_create(VALUE module) {
|
||||||
// Get or create an autoload table in the class instance variables:
|
// Get or create an autoload table in the class instance variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user