summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-19 07:07:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-19 07:07:42 +0000
commita8c358b7046060a007659131c40f973e85b51406 (patch)
tree242e00a21d8a55ba5053ce8c9ce4d971cb8ca7d9 /vm_core.h
parent38e8a979fc3b7e0b1acefa5968fec32f6308ea77 (diff)
gc.c: moved ENABLE_VM_OBJSPACE from vm_core.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/vm_core.h b/vm_core.h
index 4292c8facc..41663fd43e 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -74,19 +74,6 @@
#include "thread_pthread.h"
#endif
-#ifndef ENABLE_VM_OBJSPACE
-#ifdef _WIN32
-/*
- * TODO: object space independent st_table.
- * socklist and conlist will be freed exit_handler(), after object
- * space destruction.
- */
-#define ENABLE_VM_OBJSPACE 0
-#else
-#define ENABLE_VM_OBJSPACE 1
-#endif
-#endif
-
#include <setjmp.h>
#include <signal.h>