summaryrefslogtreecommitdiff
path: root/vm_eval.c
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-03-26 15:32:01 -0400
committerKevin Newton <[email protected]>2024-03-27 08:34:42 -0400
commit42d1cd8f7fa62b585283e566d4be9a390631c43d (patch)
tree0370c42398150b2f8a9dbca8cd492bd243d68e46 /vm_eval.c
parenta1ae29e87dd6d68da99df68420cd451b63b2211d (diff)
[PRISM] Pass --enable-frozen-string-literal through to evals
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_eval.c b/vm_eval.c
index 50c81f79d2..a859a76f24 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -1663,8 +1663,6 @@ pm_eval_make_iseq(VALUE src, VALUE fname, int line,
pm_parse_result_t result = { 0 };
pm_options_line_set(&result.options, line);
- pm_options_frozen_string_literal_init(&result, rb_iseq_opt_frozen_string_literal());
-
// Cout scopes, one for each parent iseq, plus one for our local scope
int scopes_count = 0;
do {