aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-23 05:56:25 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-23 05:56:25 +0000
commit9e12793a0bc1c28e57d1d61891174997061cf1a6 (patch)
treeaa6148c34b5fcc74078e7bf822bbbd1bb2c0a41b /vm_core.h
parent209f1e75308c78667a5a241d331dfa97ddfce864 (diff)
downloadruby-9e12793a0bc1c28e57d1d61891174997061cf1a6.tar.gz
Drop to support NaCl platform.
Because NaCl and PNaCl are already sunset status. see https://bugs.chromium.org/p/chromium/issues/detail?id=239656#c160 configure.ac: Patch for this file was provided by @nobu. [Feature #14041][ruby-core:83497][fix GH-1726] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm_core.h b/vm_core.h
index 13de0c5864..d434d01acd 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -132,10 +132,6 @@
#endif
#endif
-#ifdef __native_client__
-#undef OPT_DIRECT_THREADED_CODE
-#endif
-
/* call threaded code */
#if OPT_CALL_THREADED_CODE
#if OPT_DIRECT_THREADED_CODE