summaryrefslogtreecommitdiff
path: root/tools/perf/util/archinsn.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/archinsn.h')
-rw-r--r--tools/perf/util/archinsn.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/perf/util/archinsn.h b/tools/perf/util/archinsn.h
deleted file mode 100644
index 448cbb6b8d7e..000000000000
--- a/tools/perf/util/archinsn.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef INSN_H
-#define INSN_H 1
-
-struct perf_sample;
-struct machine;
-struct thread;
-
-void arch_fetch_insn(struct perf_sample *sample,
- struct thread *thread,
- struct machine *machine);
-
-#endif