Skip to content

Commit

Permalink
test: remove redundant using in cctest
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
XadillaX authored and addaleax committed Aug 11, 2017
1 parent eb8f574 commit f422e38
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/cctest/node_test_fixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f422e38

Please sign in to comment.