From d6e63ad874bd64cc3bc48adb5350436acece34b8 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 3 Jun 2009 14:33:48 +0000 Subject: [PATCH] remove unused cruft --- includes/Storage.h | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Storage.h b/includes/Storage.h index e541082..5d3e773 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -239,7 +239,6 @@ extern void GarbageCollect(rtsBool force_major_gc, nat gc_type, Capability *cap) */ #if defined(THREADED_RTS) extern Mutex sm_mutex; -extern Mutex atomic_modify_mutvar_mutex; #endif #if defined(THREADED_RTS) -- 1.7.10.4