summaryrefslogtreecommitdiff
path: root/deps/v8/src/base/logging.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/base/logging.cc')
-rw-r--r--deps/v8/src/base/logging.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/base/logging.cc b/deps/v8/src/base/logging.cc
index 13fbec0e90..ad5349ac7e 100644
--- a/deps/v8/src/base/logging.cc
+++ b/deps/v8/src/base/logging.cc
@@ -119,8 +119,6 @@ DEFINE_CHECK_OP_IMPL(GT)
} // namespace base
} // namespace v8
-
-// Contains protection against recursive calls (faults while handling faults).
void V8_Fatal(const char* file, int line, const char* format, ...) {
fflush(stdout);
fflush(stderr);