From 3e2ff59f10e606bfc07ab9cb1fd488f024474e8d Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 28 May 2018 14:24:14 +0000 Subject: Unused macro and field * node.h (nd_cfnc, struct RNode): nd_cfnc has been unused since r49938, and also cfunc field. * .gdbinit (nd_cfnc): ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'node.h') 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 -- cgit v1.2.3