From 33dea90be56ddb2224d849eed6cb657e9a5fff3d Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Sun, 18 Aug 2019 13:42:17 +0200 Subject: [PATCH] remove an unused using declaration --- googlemock/test/gmock-more-actions_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/googlemock/test/gmock-more-actions_test.cc b/googlemock/test/gmock-more-actions_test.cc index b4e0fc309f..97ec5cf08f 100644 --- a/googlemock/test/gmock-more-actions_test.cc +++ b/googlemock/test/gmock-more-actions_test.cc @@ -57,7 +57,6 @@ using testing::ReturnPointee; using testing::SaveArg; using testing::SaveArgPointee; using testing::SetArgReferee; -using testing::StaticAssertTypeEq; using testing::Unused; using testing::WithArg; using testing::WithoutArgs;