diff options
author | simonmar <unknown> | 2005-07-25 14:12:51 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-07-25 14:12:51 +0000 |
commit | e792bb8488aa3c33d7b186abdf53aa8b0ef68b11 (patch) | |
tree | c5bcaa8f63b41bb33e043b7b4387aa6ade99f416 /ghc/rts/FrontPanel.c | |
parent | ffcc8c9aa3ed862f26a7c05b23d09337ff104f13 (diff) | |
download | haskell-e792bb8488aa3c33d7b186abdf53aa8b0ef68b11.tar.gz |
[project @ 2005-07-25 14:12:48 by simonmar]
Remove the ForeignObj# type, and all its PrimOps. The new efficient
representation of ForeignPtr doesn't use ForeignObj# underneath, and
there seems no need to keep it.
Diffstat (limited to 'ghc/rts/FrontPanel.c')
-rw-r--r-- | ghc/rts/FrontPanel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/rts/FrontPanel.c b/ghc/rts/FrontPanel.c index e6126c15de..a09c8cca1f 100644 --- a/ghc/rts/FrontPanel.c +++ b/ghc/rts/FrontPanel.c @@ -700,7 +700,6 @@ residencyCensus( void ) break; case WEAK: - case FOREIGN: case STABLE_NAME: case MVAR: case MUT_VAR: |