[include-cleaner] Remove unused using decls (NFC)

Identified with misc-unused-using-decls.
This commit is contained in:
Kazu Hirata 2023-10-15 00:20:56 -07:00
parent 0187960cdd
commit 88dd981369

View File

@ -30,8 +30,6 @@ using testing::ElementsAre;
using testing::ElementsAreArray;
using testing::Eq;
using testing::Field;
using testing::Pair;
using testing::UnorderedElementsAre;
// A helper for building ASTs and getting decls out of it by name. Example usage
// looks like: