X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStorage.h;h=597ce2efda134445ebd5ba790b02763298a966dd;hb=980fc7d0d8ebfac98b6080f3214c1551abf74bb6;hp=98e536c3542c7bee5be01d38e46c5b41d0d0c9af;hpb=600d395c879c78480955ae8c157e1e750e17a823;p=ghc-hetmet.git diff --git a/ghc/includes/Storage.h b/ghc/includes/Storage.h index 98e536c..597ce2e 100644 --- a/ghc/includes/Storage.h +++ b/ghc/includes/Storage.h @@ -421,7 +421,6 @@ extern void newDynCAF(StgClosure *); extern void move_TSO(StgTSO *src, StgTSO *dest); extern StgTSO *relocate_stack(StgTSO *dest, ptrdiff_t diff); -extern StgClosure * RTS_VAR(static_objects); extern StgClosure * RTS_VAR(scavenged_static_objects); extern StgWeak * RTS_VAR(old_weak_ptr_list); extern StgWeak * RTS_VAR(weak_ptr_list);