aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorNick Barnes2002-07-08 14:37:12 +0100
committerNick Barnes2002-07-08 14:37:12 +0100
commitb7e2e7be1a730d9488a37d26d6b4e8412548cb2c (patch)
treed00bceaa9ba524d7c7ca52b6e6cff6d18587649e /mps/code
parent739244733c92366bf43cc166f48d18cbd5c1295f (diff)
downloademacs-b7e2e7be1a730d9488a37d26d6b4e8412548cb2c.tar.gz
emacs-b7e2e7be1a730d9488a37d26d6b4e8412548cb2c.zip
Unused parameter declaration.
Copied from Perforce Change: 30880 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/poolams.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mps/code/poolams.c b/mps/code/poolams.c
index b8650af428e..d649a4794f2 100644
--- a/mps/code/poolams.c
+++ b/mps/code/poolams.c
@@ -1456,6 +1456,7 @@ static Res AMSFix(Pool pool, ScanState ss, Seg seg, Ref *refIO)
1456 1456
1457static Res amsBlackenObject(Seg seg, Index i, Addr p, Addr next, void *clos) 1457static Res amsBlackenObject(Seg seg, Index i, Addr p, Addr next, void *clos)
1458{ 1458{
1459 UNUSED(p);
1459 AVER(clos == NULL); 1460 AVER(clos == NULL);
1460 /* Do what amsScanObject does, minus the scanning. */ 1461 /* Do what amsScanObject does, minus the scanning. */
1461 if (AMS_IS_GREY(seg, i)) { 1462 if (AMS_IS_GREY(seg, i)) {