aboutsummaryrefslogtreecommitdiff
path: root/cpp/test/address_input_helper_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/address_input_helper_test.cc')
-rw-r--r--cpp/test/address_input_helper_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/address_input_helper_test.cc b/cpp/test/address_input_helper_test.cc
index cfae3f3..4014c91 100644
--- a/cpp/test/address_input_helper_test.cc
+++ b/cpp/test/address_input_helper_test.cc
@@ -49,8 +49,6 @@ class AddressInputHelperTest : public testing::Test {
address_input_helper_(&supplier_),
loaded_(BuildCallback(this, &AddressInputHelperTest::Loaded)) {}
- ~AddressInputHelperTest() {}
-
// Helper method to test FillAddress that ensures the PreloadSupplier has the
// necessary data preloaded.
void FillAddress(AddressData* address) {
@@ -249,8 +247,6 @@ class AddressInputHelperMockDataTest : public testing::Test {
address_input_helper_(&supplier_),
loaded_(BuildCallback(this, &AddressInputHelperMockDataTest::Loaded)) {}
- ~AddressInputHelperMockDataTest() {}
-
// Helper method to test FillAddress that ensures the PreloadSupplier has the
// necessary data preloaded.
void FillAddress(AddressData* address) {