summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/class.c')
-rw-r--r--src/class.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c
index 1109c1e2b..7cb25f5c4 100644
--- a/src/class.c
+++ b/src/class.c
@@ -34,7 +34,6 @@ typedef struct fc_result {
struct fc_result *prev;
} fcresult_t;
-struct RClass* mrb_class_real(struct RClass* cl);
int kiv_lookup(khash_t(iv) *table, mrb_sym key, mrb_value *value);
extern struct kh_iv *mrb_class_tbl;