Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 941ac42d21cc9aac2d5b05a4f810d3c7d3267279..6495d25998bf7f74608fe84e4dbc3591f32c4c54 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1323,11 +1323,6 @@ MessageLocation Isolate::GetMessageLocation() { |
} |
-void Isolate::TraceException(bool flag) { |
- FLAG_trace_exception = flag; // TODO(isolates): This is an unfortunate use. |
-} |
- |
- |
bool Isolate::OptionalRescheduleException(bool is_bottom_call) { |
ASSERT(has_pending_exception()); |
PropagatePendingExceptionToExternalTryCatch(); |