From ad3658828bdf32c06968c8ccae2e3ebd545eaf47 Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Wed, 14 Jan 1998 11:26:52 +0000 Subject: [PATCH] Remove redundant toj Copied from Perforce Change: 19207 ServerID: perforce.ravenbrook.com --- mps/qa/test/testlib/fastfmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mps/qa/test/testlib/fastfmt.c b/mps/qa/test/testlib/fastfmt.c index 26a580bcb56..6d5f8076211 100644 --- a/mps/qa/test/testlib/fastfmt.c +++ b/mps/qa/test/testlib/fastfmt.c @@ -204,7 +204,6 @@ static mps_addr_t myskip(mps_addr_t object) static void mycopy(mps_addr_t object, mps_addr_t to) { mycell *boj = object; - mycell *toj = to; memmove(to, object, boj->data.size); }