summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/hppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/hppa.h')
-rw-r--r--usr.bin/gprof/hppa.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/gprof/hppa.h b/usr.bin/gprof/hppa.h
deleted file mode 100644
index 158bdddcb45..00000000000
--- a/usr.bin/gprof/hppa.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* $OpenBSD: hppa.h,v 1.1 2001/03/22 05:18:30 mickey Exp $ */
-
- /*
- * offset (in bytes) of the code from the entry address of a routine.
- * (see asgnsamples for use and explanation.)
- */
-#define OFFSET_OF_CODE 0
-#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
-
-enum opermodes { dummy };
-typedef enum opermodes operandenum;