diff --git a/src/mnode/src/mgmtBalance.c b/src/mnode/src/mgmtBalance.c index e3d7f61708c1ddc7840a8e45180ff6722a4f398d..e697d70d5808f98c87652089f08570bfcee9b7c8 100644 --- a/src/mnode/src/mgmtBalance.c +++ b/src/mnode/src/mgmtBalance.c @@ -40,8 +40,6 @@ void mgmtCleanupBalance() { void mgmtBalanceNotify() { #ifdef _VPEER balanceNotify(); -#else - return 0; #endif }