From 77e876615da5f1482b225bd4f754b9fefcd52cec Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Jul 2000 09:49:34 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index bbf23f1a20..36882a3063 100644 --- a/variable.c +++ b/variable.c @@ -17,10 +17,6 @@ #include "node.h" #include "st.h" -#ifndef strdup -char *strdup(); -#endif - static st_table *rb_global_tbl; st_table *rb_class_tbl; -- cgit v1.2.3