aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/ui/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/ui/progress.h')
-rw-r--r--tools/perf/util/ui/progress.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/util/ui/progress.h b/tools/perf/util/ui/progress.h
deleted file mode 100644
index d9c205b59aa1..000000000000
--- a/tools/perf/util/ui/progress.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _PERF_UI_PROGRESS_H_
-#define _PERF_UI_PROGRESS_H_ 1
-
-#include <../types.h>
-
-void ui_progress__update(u64 curr, u64 total, const char *title);
-
-#endif