From 26ef69d9abf363934bf44c6546d6036b758a6146 Mon Sep 17 00:00:00 2001 From: Junji Sawada Date: Sat, 16 Jun 2012 08:09:18 +0900 Subject: Remove unused struct --- src/node.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index 8ae0301ba..29edd6cc5 100644 --- a/src/node.h +++ b/src/node.h @@ -103,29 +103,3 @@ enum node_type { NODE_ATTRASGN, NODE_LAST }; - -typedef struct RNode { - unsigned long flags; - char *nd_file; - union { - struct RNode *node; - mrb_sym id; - mrb_value value; - //mrb_value (*cfunc)((ARGS_ANY())); - mrb_sym *tbl; - } u1; - union { - struct RNode *node; - mrb_sym id; - long argc; - mrb_value value; - } u2; - union { - struct RNode *node; - mrb_sym id; - long state; - struct global_entry *entry; - long cnt; - mrb_value value; - } u3; -} NODE; -- cgit v1.2.3