summaryrefslogtreecommitdiff
path: root/eval_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/eval_intern.h b/eval_intern.h
index e68764191f..0407b0bb92 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -6,15 +6,6 @@
(GET_THREAD()->passed_block = \
GC_GUARDED_PTR_REF((rb_block_t *)GET_THREAD()->cfp->lfp[0]))
-
-#define UNSUPPORTED(func) \
-{ \
- int *a = 0; \
- fprintf(stderr, "%s", "-- unsupported: " #func "\n"); fflush(stderr); \
- *a = 0; \
- rb_bug("unsupported: " #func); \
-}
-
#include "ruby.h"
#include "node.h"
#include "util.h"