aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorRichard Brooksby2013-05-02 17:59:58 +0100
committerRichard Brooksby2013-05-02 17:59:58 +0100
commitac2e186e65fc5014ed971b382dfd32aa99ab6e9b (patch)
tree6cf012b1f72a1692b762363f84242bc2bc522922 /mps/code
parent1bc62b27ef66fc2fea1d4d83648ea0176708d83e (diff)
downloademacs-ac2e186e65fc5014ed971b382dfd32aa99ab6e9b.tar.gz
emacs-ac2e186e65fc5014ed971b382dfd32aa99ab6e9b.zip
Removing half-finished code line. oops.
Copied from Perforce Change: 181540 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/vmix.c3
1 files changed, 0 insertions, 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)
98} 98}
99 99
100 100
101Res VM
102
103
104/* VMCreate -- reserve some virtual address space, and create a VM structure */ 101/* VMCreate -- reserve some virtual address space, and create a VM structure */
105 102
106Res VMCreate(VM *vmReturn, Size size, mps_arg_s args[]) 103Res VMCreate(VM *vmReturn, Size size, mps_arg_s args[])