aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r--tools/perf/util/util.h1
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 */
165char *xstrdup(const char *str);
166void *xrealloc(void *ptr, size_t size) __attribute__((weak)); 165void *xrealloc(void *ptr, size_t size) __attribute__((weak));
167 166
168 167