Skip to content

Commit

Permalink
src: remove unused constant from node_perf.h
Browse files Browse the repository at this point in the history
PR-URL: #15548
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
addaleax authored and BridgeAR committed Sep 24, 2017
1 parent 322fdc7 commit 3f071fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/node_perf.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "v8.h"
#include "uv.h"

#include <limits>
#include <string>

namespace node {
Expand Down Expand Up @@ -41,8 +40,6 @@ static inline PerformanceEntryType ToPerformanceEntryTypeEnum(
return NODE_PERFORMANCE_ENTRY_TYPE_INVALID;
}

const double MAX_DOUBLE = std::numeric_limits<double>::max();

NODE_EXTERN inline void MarkPerformanceMilestone(
Environment* env,
PerformanceMilestone milestone) {
Expand Down

0 comments on commit 3f071fa

Please sign in to comment.