From: Simon Marlow Date: Thu, 4 Jun 2009 08:47:49 +0000 (+0000) Subject: remove a prototype that shouldn't be here X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8a08868068053f6f3c45eb08d91f5e969c234f23 remove a prototype that shouldn't be here --- diff --git a/includes/Stable.h b/includes/Stable.h index 1de78d6..5404bab 100644 --- a/includes/Stable.h +++ b/includes/Stable.h @@ -57,6 +57,4 @@ extern void threadStablePtrTable ( evac_fn evac, void *user ); extern void gcStablePtrTable ( void ); extern void updateStablePtrTable ( rtsBool full ); -extern void exitHashTable ( void ); - #endif