From fa08ebe0f48828e8db9c4848a1ece9ce628c68db Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Mon, 25 Jan 1999 15:58:46 +0000 Subject: [PATCH] Remove unnecessary "root" variable Copied from Perforce Change: 20530 ServerID: perforce.ravenbrook.com --- mps/qa/function/154.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mps/qa/function/154.c b/mps/qa/function/154.c index 5c4e6a3d7db..418e42aff43 100644 --- a/mps/qa/function/154.c +++ b/mps/qa/function/154.c @@ -1,6 +1,6 @@ /* TEST_HEADER - id = $HopeName$ + id = $HopeName: MMQA_test_function!154.c(trunk.1) $ summary = EPVM allocate and epvm_collect, once only language = c link = testlib.o epvmfmt.o @@ -21,7 +21,6 @@ static void test(void) { mps_arena_t arena; mps_thr_t thread; - mps_root_t root; mps_fmt_t format;