aboutsummaryrefslogtreecommitdiffstats
path: root/nacl
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-09 15:53:02 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-09 15:53:02 +0000
commit428a5a9cd95b92b0a5570cb1154191c23453ebd4 (patch)
treeca7ff63182aa32fec85480e0f37110b5c8c3b426 /nacl
parentfe0b5d498b2c4721d9615f2bf1460456c1a828c9 (diff)
downloadruby-428a5a9cd95b92b0a5570cb1154191c23453ebd4.tar.gz
* include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It is
no meaning definition since r24894. * main.c: ditto. * nacl/pepper_main.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'nacl')
-rw-r--r--nacl/pepper_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nacl/pepper_main.c b/nacl/pepper_main.c
index 716a547f6d..dc7b58ce69 100644
--- a/nacl/pepper_main.c
+++ b/nacl/pepper_main.c
@@ -29,8 +29,6 @@
#include "ruby/ruby.h"
#include "gc.h"
-RUBY_GLOBAL_SETUP
-
#ifdef HAVE_STRUCT_PPB_CORE
typedef struct PPB_Core PPB_Core;
#endif