summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-03-28 09:51:16 -0400
committerKevin Newton <[email protected]>2024-03-28 12:04:35 -0400
commitfcc06fa82ab6f3916d8d9202c47db4fae48137dd (patch)
treec84e756b2e85218983d2304a13f722670581a208 /lib
parent97b2cc34359968459a6eba2ac166f3650adf47be (diff)
[ruby/prism] CLI -x flag
https://github.com/ruby/prism/commit/2068e3c30a
Diffstat (limited to 'lib')
-rw-r--r--lib/prism/ffi.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/prism/ffi.rb b/lib/prism/ffi.rb
index 1ca99db681..0a064a5c94 100644
--- a/lib/prism/ffi.rb
+++ b/lib/prism/ffi.rb
@@ -383,9 +383,6 @@ module Prism
values << options.fetch(:line, 1)
template << "L"
- values << options.fetch(:offset, 0)
-
- template << "L"
if (encoding = options[:encoding])
name = encoding.name
values.push(name.bytesize, name.b)