From 8a08868068053f6f3c45eb08d91f5e969c234f23 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 4 Jun 2009 08:47:49 +0000 Subject: [PATCH] remove a prototype that shouldn't be here --- includes/Stable.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4