summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 0594d00580..968d229f10 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -543,9 +543,6 @@ class InternalCallbackScope {
inline bool Failed() const { return failed_; }
inline void MarkAsFailed() { failed_ = true; }
- inline bool IsInnerMakeCallback() const {
- return callback_scope_.in_makecallback();
- }
private:
Environment* env_;