summaryrefslogtreecommitdiff
path: root/lib/prism/ffi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/prism/ffi.rb')
-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)