diff options
Diffstat (limited to 'update_attempter_unittest.cc')
-rw-r--r-- | update_attempter_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/update_attempter_unittest.cc b/update_attempter_unittest.cc index 8c6fa3d1..07ba451f 100644 --- a/update_attempter_unittest.cc +++ b/update_attempter_unittest.cc @@ -100,7 +100,6 @@ class UpdateAttempterTest : public ::testing::Test { protected: UpdateAttempterTest() : attempter_(&fake_system_state_, &dbus_), - mock_connection_manager(&fake_system_state_), fake_dbus_system_bus_(reinterpret_cast<DBusGConnection*>(1)), fake_dbus_debugd_proxy_(reinterpret_cast<DBusGProxy*>(2)) { // Override system state members. |