summaryrefslogtreecommitdiff
path: root/src/async_wrap.cc
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-03-20 19:05:02 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-03-27 10:30:09 -0400
commit51970537ee06f824160fcd035b018117ce264345 (patch)
tree824f710fce8db38c858e9deaa604a6964fd3c2bb /src/async_wrap.cc
parenta8eac78f8dbe778a2aef69d0989416e47c6c403e (diff)
downloadandroid-node-v8-51970537ee06f824160fcd035b018117ce264345.tar.gz
android-node-v8-51970537ee06f824160fcd035b018117ce264345.tar.bz2
android-node-v8-51970537ee06f824160fcd035b018117ce264345.zip
src: move AsyncHooks out of Environment
PR-URL: https://github.com/nodejs/node/pull/26824 Refs: https://github.com/nodejs/node/issues/26776 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/async_wrap.cc')
-rw-r--r--src/async_wrap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/async_wrap.cc b/src/async_wrap.cc
index 582744ff2d..0cee1b2db1 100644
--- a/src/async_wrap.cc
+++ b/src/async_wrap.cc
@@ -56,7 +56,6 @@ using v8::Value;
using v8::WeakCallbackInfo;
using v8::WeakCallbackType;
-using AsyncHooks = node::Environment::AsyncHooks;
using TryCatchScope = node::errors::TryCatchScope;
namespace node {