Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index 501de631814f5bae5a60af7f9c8772ac1e2b6910..2cdc1515a6368b174556c3b3057313bcc2658c2b 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -498,9 +498,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; |