diff options
| author | Masaki Muranaka <[email protected]> | 2012-05-16 14:25:56 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2012-05-16 14:31:48 +0900 |
| commit | c6f0e296bd93f24f777df2e27ab2fe6d5df0e45d (patch) | |
| tree | 53fbd215e5b01ee7babbbeb77ae4b1054f705f62 /src/class.c | |
| parent | f202658d80105755fd56a664c4d4013fa71b21d4 (diff) | |
| download | mruby-c6f0e296bd93f24f777df2e27ab2fe6d5df0e45d.tar.gz mruby-c6f0e296bd93f24f777df2e27ab2fe6d5df0e45d.zip | |
Remove some redundant function declarations.
Diffstat (limited to 'src/class.c')
| -rw-r--r-- | src/class.c | 1 |
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; |
