diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index e5f55477491d..43899e0d6fa1 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -179,10 +179,6 @@ static inline void *zalloc(size_t size) | |||
179 | #undef tolower | 179 | #undef tolower |
180 | #undef toupper | 180 | #undef toupper |
181 | 181 | ||
182 | #ifndef NSEC_PER_MSEC | ||
183 | #define NSEC_PER_MSEC 1000000L | ||
184 | #endif | ||
185 | |||
186 | int parse_nsec_time(const char *str, u64 *ptime); | 182 | int parse_nsec_time(const char *str, u64 *ptime); |
187 | 183 | ||
188 | extern unsigned char sane_ctype[256]; | 184 | extern unsigned char sane_ctype[256]; |