aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cache.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2016-03-23 18:25:02 +0000
committerArnaldo Carvalho de Melo <[email protected]>2016-03-23 18:27:33 +0000
commitcf47a8aede9febee21cbd21d40a9c47244773a6c (patch)
tree954ece73f022c29ef84e08d39cf10a275c8b3a39 /tools/perf/util/cache.h
parentperf tools: Do not include stringify.h from the kernel sources (diff)
downloadkernel-cf47a8aede9febee21cbd21d40a9c47244773a6c.tar.gz
kernel-cf47a8aede9febee21cbd21d40a9c47244773a6c.zip
perf tools: Remove unused perf_pathdup, xstrdup functions
Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/cache.h')
-rw-r--r--tools/perf/util/cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/util/cache.h b/tools/perf/util/cache.h
index 17be38540404..da322bea56f7 100644
--- a/tools/perf/util/cache.h
+++ b/tools/perf/util/cache.h
@@ -70,7 +70,4 @@ char *strip_path_suffix(const char *path, const char *suffix);
char *mkpath(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
char *perf_path(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
-char *perf_pathdup(const char *fmt, ...)
- __attribute__((format (printf, 1, 2)));
-
#endif /* __PERF_CACHE_H */