summaryrefslogtreecommitdiff
path: root/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'method.h')
-rw-r--r--method.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/method.h b/method.h
index 2cd40a5753..3563102f43 100644
--- a/method.h
+++ b/method.h
@@ -60,8 +60,6 @@ typedef enum {
END_OF_ENUMERATION(VM_METHOD_TYPE)
} rb_method_type_t;
-struct rb_call_info_struct;
-
typedef struct rb_method_cfunc_struct {
VALUE (*func)(ANYARGS);
VALUE (*invoker)(VALUE (*func)(ANYARGS), VALUE recv, int argc, const VALUE *argv);