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 abc445ee4f60..008b361b1758 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -343,7 +343,6 @@ char *get_srcline(struct dso *dso, unsigned long addr, struct symbol *sym, | |||
343 | bool show_sym); | 343 | bool show_sym); |
344 | void free_srcline(char *srcline); | 344 | void free_srcline(char *srcline); |
345 | 345 | ||
346 | int filename__read_int(const char *filename, int *value); | ||
347 | int filename__read_str(const char *filename, char **buf, size_t *sizep); | 346 | int filename__read_str(const char *filename, char **buf, size_t *sizep); |
348 | int perf_event_paranoid(void); | 347 | int perf_event_paranoid(void); |
349 | 348 | ||