Skip to content

Commit 9f33025

Browse files
XadillaXMylesBorins
authored andcommitted
test: remove redundant using in cctest
PR-URL: #14739 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
1 parent 91649b9 commit 9f33025

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/cctest/node_test_fixture.h

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
#include "v8.h"
99
#include "libplatform/libplatform.h"
1010

11-
using node::Environment;
12-
using node::IsolateData;
13-
using node::CreateIsolateData;
14-
using node::CreateEnvironment;
15-
using node::AtExit;
16-
using node::RunAtExit;
17-
1811
class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
1912
public:
2013
virtual void* Allocate(size_t length) {

0 commit comments

Comments
 (0)