Index: src/runtime/runtime-function.cc |
diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc |
index 757424df0cabdf911c2d551624f82c16de2b1017..298f1a1d11872b53a3faf8277dddd47b6a090a55 100644 |
--- a/src/runtime/runtime-function.cc |
+++ b/src/runtime/runtime-function.cc |
@@ -92,16 +92,6 @@ RUNTIME_FUNCTION(Runtime_FunctionGetScriptSourcePosition) { |
return Smi::FromInt(pos); |
} |
- |
-RUNTIME_FUNCTION(Runtime_FunctionGetPositionForOffset) { |
- SealHandleScope shs(isolate); |
- DCHECK(args.length() == 2); |
- |
- CONVERT_ARG_CHECKED(AbstractCode, abstract_code, 0); |
- CONVERT_NUMBER_CHECKED(int, offset, Int32, args[1]); |
- return Smi::FromInt(abstract_code->SourcePosition(offset)); |
-} |
- |
RUNTIME_FUNCTION(Runtime_FunctionGetContextData) { |
SealHandleScope shs(isolate); |
DCHECK(args.length() == 1); |