Skip to content

Commit

Permalink
Kill gratuitous mocked method
Browse files Browse the repository at this point in the history
Summary: As titled

Reviewed By: saifhhasan

Differential Revision: D14763331

fbshipit-source-id: 8c33d9d3bbb2c7dfc67bfddb8e64959a012eae09
  • Loading branch information
Jasmeet Bagga authored and facebook-github-bot committed Apr 4, 2019
1 parent 8a46070 commit 7c538af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fboss/agent/test/MockTunManager.h
Expand Up @@ -23,7 +23,6 @@ class MockTunManager : public TunManager {
MockTunManager(SwSwitch *sw, folly::EventBase *evb);
~MockTunManager() override {}

MOCK_METHOD0(startProbe, void());
MOCK_METHOD0(startObservingUpdates, void());
MOCK_METHOD1(stateUpdated, void(const StateDelta& delta));
MOCK_METHOD1(sync, void(std::shared_ptr<SwitchState>));
Expand Down

0 comments on commit 7c538af

Please sign in to comment.