src: delete unreachable code in node_perf.h

Signed-off-by: gengjiawen <technicalcute@gmail.com>

PR-URL: https://github.com/nodejs/node/pull/25850
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
gengjiawen
2019-01-31 22:33:24 +08:00
committed by Daniel Bevenius
parent eb68619f95
commit 0de44436a9

View File

@@ -34,7 +34,6 @@ static inline const char* GetPerformanceMilestoneName(
#undef V
default:
UNREACHABLE();
return 0;
}
}