aboutsummaryrefslogtreecommitdiff
path: root/misc/stab.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/stab.h')
-rw-r--r--misc/stab.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/stab.h b/misc/stab.h
deleted file mode 100644
index 9dc3c32ecb..0000000000
--- a/misc/stab.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __GNU_STAB__
-
-/* Indicate the GNU stab.h is in use. */
-
-#define __GNU_STAB__
-
-#define __define_stab(NAME, CODE, STRING) NAME=CODE,
-
-enum __stab_debug_code
-{
-#include <bits/stab.def>
-LAST_UNUSED_STAB_CODE
-};
-
-#undef __define_stab
-
-#endif /* __GNU_STAB_ */