Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / ThreadLabels.h
diff --git a/ghc/rts/ThreadLabels.h b/ghc/rts/ThreadLabels.h
deleted file mode 100644 (file)
index 97d3d0d..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -----------------------------------------------------------------------------
- * ThreadLabels.h
- *
- * (c) The GHC Team 2002-2003
- *
- * Table of thread labels.
- *
- * ---------------------------------------------------------------------------*/
-#ifndef __THREADLABELS_H__
-#define __THREADLABELS_H__
-
-#include "Rts.h"
-#include "Hash.h"
-
-void
-initThreadLabelTable(void);
-
-void
-updateThreadLabel(StgWord key, void *data);
-
-void *
-lookupThreadLabel(StgWord key);
-
-void
-removeThreadLabel(StgWord key);
-
-#endif /* __THREADLABELS_H__ */