summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-08 06:25:19 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-08 06:25:19 +0000
commit33f7442e0f1056548f3b972ee1c2d32556939d57 (patch)
tree00e88e85081d6430c17c86ba50bd343793795153 /node.h
parent58e68a3660c47739d7a70cc6f5cdebec030502d2 (diff)
2000-03-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r--node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.h b/node.h
index 358a27003d..13e6aa261e 100644
--- a/node.h
+++ b/node.h
@@ -315,7 +315,6 @@ typedef struct RNode {
#define NEW_POSTEXE() rb_node_newnode(NODE_POSTEXE,0,0,0)
NODE *rb_node_newnode();
-VALUE rb_method_booundp();
#define NOEX_PUBLIC 0
#define NOEX_UNDEF 1