aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 21:34:31 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 21:59:23 -0800
commit233ddfac541749a0da80ea27913dc1ef4ea700bb (patch)
treed0b0d5939225ed1ebbb03c1dbeae7f0d3548092b /vm_insnhelper.h
parent31f4b2d86bfbc753cec9be376719acc4b120e944 (diff)
downloadruby-233ddfac541749a0da80ea27913dc1ef4ea700bb.tar.gz
Stop exporting symbols for MJIT
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 39fd8587bb..3f0eaeb4be 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -11,15 +11,11 @@
**********************************************************************/
-MJIT_SYMBOL_EXPORT_BEGIN
-
RUBY_EXTERN VALUE ruby_vm_const_missing_count;
RUBY_EXTERN rb_serial_t ruby_vm_constant_cache_invalidations;
RUBY_EXTERN rb_serial_t ruby_vm_constant_cache_misses;
RUBY_EXTERN rb_serial_t ruby_vm_global_cvar_state;
-MJIT_SYMBOL_EXPORT_END
-
#ifndef MJIT_STATS
# define MJIT_STATS RUBY_DEBUG
#endif