aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-06-08 02:33:48 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-08 02:35:03 -0700
commit3a6ccb154698ae377f85a811113cb54a943c871a (patch)
tree9a772674328a2d264292bca605ad7252fa715b58 /src/test/cpp
parent4001dddc38b07fe0ee86f6a9e95ff4a92276bb2d (diff)
Automatic ClangTidyReadability code cleanup.
PiperOrigin-RevId: 199769337
Diffstat (limited to 'src/test/cpp')
-rw-r--r--src/test/cpp/util/path_posix_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/cpp/util/path_posix_test.cc b/src/test/cpp/util/path_posix_test.cc
index dd22f9bace..f1262cdda1 100644
--- a/src/test/cpp/util/path_posix_test.cc
+++ b/src/test/cpp/util/path_posix_test.cc
@@ -25,9 +25,7 @@
namespace blaze_util {
-using std::pair;
using std::string;
-using std::vector;
TEST(PathPosixTest, TestDirname) {
// The Posix version of SplitPath (thus Dirname too, which is implemented on