From: Guillermo J. Rozas Date: Sat, 21 Aug 1993 05:30:41 +0000 (+0000) Subject: Forgot to remove switch entries in last edit. X-Git-Tag: 20090517-FFI~8023 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=72c2c191a13336e82eceb4dc791f15bffa48e37a;p=mit-scheme.git Forgot to remove switch entries in last edit. --- diff --git a/v7/src/microcode/ntutl/scheme16.c b/v7/src/microcode/ntutl/scheme16.c index 0d072cc5d..e002bc5f2 100644 --- a/v7/src/microcode/ntutl/scheme16.c +++ b/v7/src/microcode/ntutl/scheme16.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: scheme16.c,v 1.2 1993/08/21 03:51:47 gjr Exp $ +$Id: scheme16.c,v 1.3 1993/08/21 05:30:41 gjr Exp $ Copyright (c) 1993 Massachusetts Institute of Technology @@ -482,12 +482,6 @@ ntw16lib_handler (LPVOID buf, DWORD func) { switch (func) { - case NTW32LIB_MALLOC: - return (win16_allocate_heap (buf)); - - case NTW32LIB_FREE: - return (win16_release_heap (buf)); - case NTW32LIB_VIRTUAL_LOCK: return (win16_lock_area (buf));