diff options
-rw-r--r-- | tools/perf/util/include/linux/kernel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/perf/util/include/linux/kernel.h b/tools/perf/util/include/linux/kernel.h index d8c927c868ee..9844c31b7c2b 100644 --- a/tools/perf/util/include/linux/kernel.h +++ b/tools/perf/util/include/linux/kernel.h | |||
@@ -94,12 +94,6 @@ static inline int scnprintf(char * buf, size_t size, const char * fmt, ...) | |||
94 | return (i >= ssize) ? (ssize - 1) : i; | 94 | return (i >= ssize) ? (ssize - 1) : i; |
95 | } | 95 | } |
96 | 96 | ||
97 | static inline unsigned long | ||
98 | simple_strtoul(const char *nptr, char **endptr, int base) | ||
99 | { | ||
100 | return strtoul(nptr, endptr, base); | ||
101 | } | ||
102 | |||
103 | int eprintf(int level, | 97 | int eprintf(int level, |
104 | const char *fmt, ...) __attribute__((format(printf, 2, 3))); | 98 | const char *fmt, ...) __attribute__((format(printf, 2, 3))); |
105 | 99 | ||