From ac2e186e65fc5014ed971b382dfd32aa99ab6e9b Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Thu, 2 May 2013 17:59:58 +0100 Subject: [PATCH] Removing half-finished code line. oops. Copied from Perforce Change: 181540 ServerID: perforce.ravenbrook.com --- mps/code/vmix.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/mps/code/vmix.c b/mps/code/vmix.c index f5b8aa681b3..30a2cc672fc 100644 --- a/mps/code/vmix.c +++ b/mps/code/vmix.c @@ -98,9 +98,6 @@ Bool VMCheck(VM vm) } -Res VM - - /* VMCreate -- reserve some virtual address space, and create a VM structure */ Res VMCreate(VM *vmReturn, Size size, mps_arg_s args[])