summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-19 16:40:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-19 16:46:08 +0900
commita72529182dfd832985367abbf5f4873db4735f90 (patch)
tree54018b9f9ff90dc6badbff4a7df5d60f4e783c82
parentee3b61a44fe73dc577f84d27a1de5dfca548a04e (diff)
Suppress unused-function [ci skip]
-rw-r--r--variable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/variable.c b/variable.c
index 6360dd5476..23dc5f18e8 100644
--- a/variable.c
+++ b/variable.c
@@ -2307,6 +2307,7 @@ autoload_feature_lookup_or_create(VALUE feature, struct autoload_data **autoload
return autoload_data_value;
}
+#if 0
static VALUE
autoload_feature_clear_if_empty(VALUE argument)
{
@@ -2320,6 +2321,7 @@ autoload_feature_clear_if_empty(VALUE argument)
return Qnil;
}
+#endif
static struct st_table* autoload_table_lookup_or_create(VALUE module) {
// Get or create an autoload table in the class instance variables: