Skip to content

Commit

Permalink
[neighorch]: Remove unused include and define
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Lee <[email protected]>
  • Loading branch information
theasianpianist committed Feb 15, 2022
1 parent dc04459 commit 499475e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions orchagent/neighorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "routeorch.h"
#include "directory.h"
#include "muxorch.h"
#include "observer.h"

extern sai_neighbor_api_t* sai_neighbor_api;
extern sai_next_hop_api_t* sai_next_hop_api;
Expand All @@ -18,8 +17,6 @@ extern RouteOrch *gRouteOrch;
extern FgNhgOrch *gFgNhgOrch;
extern Directory<Orch*> gDirectory;

#define MUX_TUNNEL "MuxTunnel0"

const int neighorch_pri = 30;

NeighOrch::NeighOrch(DBConnector *appDb, string tableName, IntfsOrch *intfsOrch, FdbOrch *fdbOrch, PortsOrch *portsOrch) :
Expand Down

0 comments on commit 499475e

Please sign in to comment.