summaryrefslogtreecommitdiff
path: root/yarvcore.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 18:08:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 18:08:10 +0000
commit5e4e71a34852ccc8e871e384de19dccad347100c (patch)
tree76acd628eb4e40e1f3adadf2627c07bf233e515b /yarvcore.c
parenta8d47615da58b73423cf638f57b694d6ab463b9b (diff)
* vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename to
ruby_vm_global_state_version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvcore.c')
-rw-r--r--yarvcore.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/yarvcore.c b/yarvcore.c
index ee0b02a3a9..dc0eb15e6d 100644
--- a/yarvcore.c
+++ b/yarvcore.c
@@ -58,9 +58,6 @@ ID id__send;
ID idFuncall;
ID id__send_bang;
-unsigned long yarvGlobalStateVersion = 1;
-
-
/* from Ruby 1.9 eval.c */
#ifdef HAVE_STDARG_PROTOTYPES
#include <stdarg.h>