Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index fc6a8883d5c1ab0ccc03713dfacbe05c99fbadc7..cc80f1f3ab271a142da53e8f14881b5a13e79115 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5448,16 +5448,6 @@ void AbstractCode::set_source_position_table(ByteArray* source_position_table) { |
} |
} |
-int AbstractCode::LookupRangeInHandlerTable( |
- int code_offset, int* data, HandlerTable::CatchPrediction* prediction) { |
- if (IsCode()) { |
- return GetCode()->LookupRangeInHandlerTable(code_offset, data, prediction); |
- } else { |
- return GetBytecodeArray()->LookupRangeInHandlerTable(code_offset, data, |
- prediction); |
- } |
-} |
- |
int AbstractCode::SizeIncludingMetadata() { |
if (IsCode()) { |
return GetCode()->SizeIncludingMetadata(); |