Index: src/interpreter/source-position-table.h |
diff --git a/src/interpreter/source-position-table.h b/src/interpreter/source-position-table.h |
index 933fb41e7bcd9e0f7588f60617890a09a1738b92..f29f246384d1c1e8146c8124795b7806ea275260 100644 |
--- a/src/interpreter/source-position-table.h |
+++ b/src/interpreter/source-position-table.h |
@@ -48,8 +48,6 @@ class SourcePositionTableIterator { |
public: |
explicit SourcePositionTableIterator(BytecodeArray* bytecode_array); |
- static int PositionFromBytecodeOffset(BytecodeArray* bytecode_array, |
- int bytecode_offset); |
void Advance(); |
int bytecode_offset() const { |