Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / Disassembler.h
diff --git a/ghc/rts/Disassembler.h b/ghc/rts/Disassembler.h
deleted file mode 100644 (file)
index 2851097..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 1998-2005
- *
- * Prototypes for functions in Disassembler.c
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef DISASSEMBLER_H
-#define DISASSEMBLER_H
-
-#ifdef DEBUG
-
-extern int  disInstr   ( StgBCO *bco, int pc );
-extern void disassemble( StgBCO *bco );
-
-#endif
-
-#endif /* DISASSEMBLER_H */