remove a prototype that shouldn't be here
authorSimon Marlow <marlowsd@gmail.com>
Thu, 4 Jun 2009 08:47:49 +0000 (08:47 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 4 Jun 2009 08:47:49 +0000 (08:47 +0000)
includes/Stable.h

index 1de78d6..5404bab 100644 (file)
@@ -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