aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authorHParker <HParker@github.com>2023-12-05 16:57:29 -0800
committerYusuke Endoh <mame@ruby-lang.org>2023-12-06 10:21:12 +0900
commitb8b319dd1a48b695df8982eacf8b1ee0004c7a8b (patch)
treec19bbf39c3146c43fcc157ca27e931c76d386530 /iseq.h
parentc146da50bd8ae42236987f33dd3d4d12cb40a559 (diff)
downloadruby-b8b319dd1a48b695df8982eacf8b1ee0004c7a8b.tar.gz
Revert "allow enabling Prism via flag or env var"
This reverts commit 9b76c7fc89460ed8e9be40e4037c1d68395c0f6d.
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/iseq.h b/iseq.h
index 2e3467aa79..5d17bb5d5b 100644
--- a/iseq.h
+++ b/iseq.h
@@ -13,7 +13,6 @@
#include "internal/gc.h"
#include "shape.h"
#include "vm_core.h"
-#include "prism/prism.h"
RUBY_EXTERN const int ruby_api_version[];
#define ISEQ_MAJOR_VERSION ((unsigned int)ruby_api_version[0])
@@ -174,7 +173,6 @@ void rb_iseq_init_trace(rb_iseq_t *iseq);
int rb_iseq_add_local_tracepoint_recursively(const rb_iseq_t *iseq, rb_event_flag_t turnon_events, VALUE tpval, unsigned int target_line, bool target_bmethod);
int rb_iseq_remove_local_tracepoint_recursively(const rb_iseq_t *iseq, VALUE tpval);
const rb_iseq_t *rb_iseq_load_iseq(VALUE fname);
-rb_iseq_t * rb_iseq_new_main_prism(pm_string_t *input, pm_options_t *options, VALUE path);
#if VM_INSN_INFO_TABLE_IMPL == 2
unsigned int *rb_iseq_insns_info_decode_positions(const struct rb_iseq_constant_body *body);