From 25595956fe32b53e5b0876ed6e617befe5300c96 Mon Sep 17 00:00:00 2001 From: XadillaX Date: Thu, 10 Aug 2017 20:29:53 +0800 Subject: [PATCH] test: remove redundant `using` in cctest --- test/cctest/node_test_fixture.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/cctest/node_test_fixture.h b/test/cctest/node_test_fixture.h index f5a25c70b5f44c..f632406fd2aab0 100644 --- a/test/cctest/node_test_fixture.h +++ b/test/cctest/node_test_fixture.h @@ -8,13 +8,6 @@ #include "v8.h" #include "libplatform/libplatform.h" -using node::Environment; -using node::IsolateData; -using node::CreateIsolateData; -using node::CreateEnvironment; -using node::AtExit; -using node::RunAtExit; - class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { public: virtual void* Allocate(size_t length) {