fix warnings

This commit is contained in:
slguan 2020-04-06 23:59:18 +08:00
parent ddd3d8d330
commit d87de41a77
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ void mgmtCleanupBalance() {
void mgmtBalanceNotify() {
#ifdef _VPEER
balanceNotify();
#else
return 0;
#endif
}