commit | 84904b97d4952a4f48ace53db67d314efcb02be5 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jan 21 23:48:50 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 21 23:48:56 2021 -0800 |
tree | 7b700e895cfae490a854d8ea7aaedb1945fb526f | |
parent | cc7f385bea161647777a55e187c5e40bab4f841c [diff] |
version-handler/test: Remove unused declarations Change-Id: If9bc7dd4c58bd9ba3430ffee6319da5ed194cb9f Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/bmc/version-handler/test/version_close_unittest.cpp b/bmc/version-handler/test/version_close_unittest.cpp index efdff5d..941f72d 100644 --- a/bmc/version-handler/test/version_close_unittest.cpp +++ b/bmc/version-handler/test/version_close_unittest.cpp
@@ -7,7 +7,6 @@ #include <gtest/gtest.h> -using ::testing::_; using ::testing::Return; namespace ipmi_flash
diff --git a/bmc/version-handler/test/version_open_unittest.cpp b/bmc/version-handler/test/version_open_unittest.cpp index 3d6f559..dd83de2 100644 --- a/bmc/version-handler/test/version_open_unittest.cpp +++ b/bmc/version-handler/test/version_open_unittest.cpp
@@ -8,7 +8,6 @@ #include <gtest/gtest.h> -using ::testing::_; using ::testing::Return; namespace ipmi_flash