diff options
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 */ |