summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/env.h b/src/env.h
index 40bd0797a2..52d0535721 100644
--- a/src/env.h
+++ b/src/env.h
@@ -747,12 +747,6 @@ class Environment {
inline performance::performance_state* performance_state();
inline std::unordered_map<std::string, uint64_t>* performance_marks();
- void CollectExceptionInfo(v8::Local<v8::Value> context,
- int errorno,
- const char* syscall = nullptr,
- const char* message = nullptr,
- const char* path = nullptr);
-
void CollectUVExceptionInfo(v8::Local<v8::Value> context,
int errorno,
const char* syscall = nullptr,