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 <[email protected]>

PR-URL: #25850
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
gengjiawen authored and danbev committed Feb 6, 2019
1 parent eb68619 commit 0de4443
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 0de4443

Please sign in to comment.