Skip to content

Commit

Permalink
Fixing the sairedis build issue caused at sonic-net/sonic-buildimage#…
Browse files Browse the repository at this point in the history
…21614 , Removing the undefine MOCK functions to fix the issue.

Signed-off-by: Rajesh Perumal <[email protected]>
  • Loading branch information
rpmarvell authored and pavannaregundi committed Feb 7, 2025
1 parent 0657fb3 commit 4f18dee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions unittest/lib/MockSaiInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class MockSaiInterface: public saimeta::DummySaiInterface
public:

MockSaiInterface();

virtual ~MockSaiInterface();

public:
Expand All @@ -18,9 +17,5 @@ class MockSaiInterface: public saimeta::DummySaiInterface
_In_ uint64_t flags,
_In_ const sai_service_method_table_t *service_method_table) override;
virtual sai_status_t apiUninitialize(void) override;
public:
MOCK_METHOD(sai_status_t, queryStatsCapability,
(sai_object_id_t switchOid, sai_object_type_t objectType, sai_stat_capability_list_t* statCapList),
(override));
};

0 comments on commit 4f18dee

Please sign in to comment.