diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 835b8ceca041..8298d607c738 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -162,7 +162,6 @@ static inline char *gitstrchrnul(const char *s, int c) | |||
162 | /* | 162 | /* |
163 | * Wrappers: | 163 | * Wrappers: |
164 | */ | 164 | */ |
165 | char *xstrdup(const char *str); | ||
166 | void *xrealloc(void *ptr, size_t size) __attribute__((weak)); | 165 | void *xrealloc(void *ptr, size_t size) __attribute__((weak)); |
167 | 166 | ||
168 | 167 | ||