summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/internal.h b/internal.h
index 93208768d0..f30ddee905 100644
--- a/internal.h
+++ b/internal.h
@@ -545,15 +545,7 @@ imemo_type(VALUE imemo)
return (RBASIC(imemo)->flags >> FL_USHIFT) & imemo_mask;
}
-/* CREF */
-
-typedef struct rb_cref_struct {
- VALUE flags;
- const VALUE refinements;
- const VALUE klass;
- VALUE scope_visi;
- struct rb_cref_struct * const next;
-} rb_cref_t;
+/* CREF in method.h */
/* SVAR */