diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-03-23 14:25:02 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-03-23 14:27:33 -0400 |
commit | cf47a8aede9febee21cbd21d40a9c47244773a6c (patch) | |
tree | 954ece73f022c29ef84e08d39cf10a275c8b3a39 /tools/perf/util/cache.h | |
parent | 531d2410635ce290bee215f4bf9ec8ca98cf7302 (diff) |
perf tools: Remove unused perf_pathdup, xstrdup functions
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-s87zi5d03m6rz622y1z6rlsa@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/cache.h')
-rw-r--r-- | tools/perf/util/cache.h | 3 |
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); | |||
70 | char *mkpath(const char *fmt, ...) __attribute__((format (printf, 1, 2))); | 70 | char *mkpath(const char *fmt, ...) __attribute__((format (printf, 1, 2))); |
71 | char *perf_path(const char *fmt, ...) __attribute__((format (printf, 1, 2))); | 71 | char *perf_path(const char *fmt, ...) __attribute__((format (printf, 1, 2))); |
72 | 72 | ||
73 | char *perf_pathdup(const char *fmt, ...) | ||
74 | __attribute__((format (printf, 1, 2))); | ||
75 | |||
76 | #endif /* __PERF_CACHE_H */ | 73 | #endif /* __PERF_CACHE_H */ |