Skip to content

Commit 88dd981

Browse files
[include-cleaner] Remove unused using decls (NFC)
Identified with misc-unused-using-decls.
1 parent 0187960 commit 88dd981

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ using testing::ElementsAre;
3030
using testing::ElementsAreArray;
3131
using testing::Eq;
3232
using testing::Field;
33-
using testing::Pair;
34-
using testing::UnorderedElementsAre;
3533

3634
// A helper for building ASTs and getting decls out of it by name. Example usage
3735
// looks like:

0 commit comments

Comments
 (0)