★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/44655e93ddNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
src: delete unreachable code in node_perf.h
Signed-off-by: gengjiawen <technicalcute@gmail.com>

PR-URL: #25850
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
gengjiawen authored and addaleax committed Feb 6, 2019
1 parent 5a66e38 commit 44655e93dd868b5e1d802bd6446b2e05b2610f92
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/node_perf.h
@@ -34,7 +34,6 @@ static inline const char* GetPerformanceMilestoneName(
#undef V
default:
UNREACHABLE();
return 0;
}
}

0 comments on commit 44655e9

Please sign in to comment.