Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
src: delete unreachable code in node_perf.h
Signed-off-by: gengjiawen <technicalcute@gmail.com>
  • Loading branch information
gengjiawen committed Jan 31, 2019
commit 18874988efa008651dce696dd1c5b5e9f9c8ae0b
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