Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index 3e59adea1d0637c7e6a464cbc8be892a097ac0a4..87a287f33129a1ccecb7dfcf5052caf252ad9d15 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -493,9 +493,6 @@ class Debug { |
static int ArchiveSpacePerThread(); |
void FreeThreadResources() { } |
- // Record function from which eval was called. |
- static void RecordEvalCaller(Handle<Script> script); |
- |
bool CheckExecutionState(int id) { |
return is_active() && !debug_context().is_null() && break_id() != 0 && |
break_id() == id; |