[memprof] Remove an unused using directive (#117004)

We've switched to LineLocation from FieldsAre, so we don't need this
"using" directive anymore.
This commit is contained in:
Kazu Hirata 2024-11-20 09:10:02 -08:00 committed by GitHub
parent ba7cc95566
commit 81c2024311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ using namespace llvm;
using namespace llvm::memprof;
using testing::Contains;
using testing::ElementsAre;
using testing::FieldsAre;
using testing::Pair;
using testing::SizeIs;
using testing::UnorderedElementsAre;