aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.h b/node.h
index cffb174aa5..7c859b3ac0 100644
--- a/node.h
+++ b/node.h
@@ -248,7 +248,6 @@ typedef struct RNode {
struct RNode *node;
ID id;
VALUE value;
- VALUE (*cfunc)(ANYARGS);
ID *tbl;
} u1;
union {
@@ -350,7 +349,6 @@ typedef struct RNode {
#define nd_noex u3.id
#define nd_defn u3.node
-#define nd_cfnc u1.cfunc
#define nd_argc u2.argc
#define nd_cpath u1.node