diff options
| author | Richard Brooksby | 2013-05-02 17:59:58 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2013-05-02 17:59:58 +0100 |
| commit | ac2e186e65fc5014ed971b382dfd32aa99ab6e9b (patch) | |
| tree | 6cf012b1f72a1692b762363f84242bc2bc522922 | |
| parent | 1bc62b27ef66fc2fea1d4d83648ea0176708d83e (diff) | |
| download | emacs-ac2e186e65fc5014ed971b382dfd32aa99ab6e9b.tar.gz emacs-ac2e186e65fc5014ed971b382dfd32aa99ab6e9b.zip | |
Removing half-finished code line. oops.
Copied from Perforce
Change: 181540
ServerID: perforce.ravenbrook.com
| -rw-r--r-- | mps/code/vmix.c | 3 |
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 | ||
| 101 | Res 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 | ||
| 106 | Res VMCreate(VM *vmReturn, Size size, mps_arg_s args[]) | 103 | Res VMCreate(VM *vmReturn, Size size, mps_arg_s args[]) |