Skip to content

Commit

Permalink
src: delete unreachable code in node_perf.h
Browse files Browse the repository at this point in the history
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 44655e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_perf.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ static inline const char* GetPerformanceMilestoneName(
#undef V
default:
UNREACHABLE();
return 0;
}
}

Expand Down

0 comments on commit 44655e9

Please sign in to comment.