diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-03 14:33:48 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-03 14:33:48 +0000 |
commit | d6e63ad874bd64cc3bc48adb5350436acece34b8 (patch) | |
tree | f7a28e5621e406feb8410e45a153170ff3d52b39 | |
parent | 0f0a1585e442089357656b87144cd22abf478dda (diff) | |
download | haskell-d6e63ad874bd64cc3bc48adb5350436acece34b8.tar.gz |
remove unused cruft
-rw-r--r-- | includes/Storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Storage.h b/includes/Storage.h index e541082ee6..5d3e7733cf 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) |