Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / Weak.h
diff --git a/ghc/rts/Weak.h b/ghc/rts/Weak.h
deleted file mode 100644 (file)
index ba8c1ca..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 1998-2005
- *
- * Weak pointers / finalizers
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef WEAK_H
-#define WEAK_H
-
-#include "Capability.h"
-
-void scheduleFinalizers(Capability *cap, StgWeak *w);
-void markWeakList(void);
-
-#endif