summaryrefslogtreecommitdiff
path: root/rts/Apply.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-09-13 10:52:35 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-09-13 10:52:35 +0000
commitabe2139ead3ec4aac34fee740eff89f1c50ccb56 (patch)
tree14fbc7ebaa54217754eaf75ce650323ed81d08de /rts/Apply.h
parent3ffd40236667db932969f9fd1f30ed410cf12b2b (diff)
downloadhaskell-abe2139ead3ec4aac34fee740eff89f1c50ccb56.tar.gz
make stg_arg_bitmaps public, and available via the GHCi linker (#3672)
Diffstat (limited to 'rts/Apply.h')
-rw-r--r--rts/Apply.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/Apply.h b/rts/Apply.h
index 70faed4cb9..1c0b1623d9 100644
--- a/rts/Apply.h
+++ b/rts/Apply.h
@@ -23,7 +23,4 @@ extern RTS_PRIVATE StgWord stg_stack_save_entries[];
extern RTS_PRIVATE StgFun *stg_stack_save_entries[];
#endif
-// canned bitmap for each arg type
-extern RTS_PRIVATE StgWord stg_arg_bitmaps[];
-
#endif /* APPLY_H */