Skip to content

Commit

Permalink
test: remove unused using declarations
Browse files Browse the repository at this point in the history
PR-URL: #18637
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
danbev authored and BridgeAR committed Feb 10, 2018
1 parent c5c9515 commit cf52ab1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/cctest/test_environment.cc
Expand Up @@ -5,12 +5,6 @@
#include "gtest/gtest.h"
#include "node_test_fixture.h"

using node::Environment;
using node::IsolateData;
using node::CreateIsolateData;
using node::FreeIsolateData;
using node::CreateEnvironment;
using node::FreeEnvironment;
using node::AtExit;
using node::RunAtExit;

Expand Down

0 comments on commit cf52ab1

Please sign in to comment.