Forgot to remove switch entries in last edit.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Aug 1993 05:30:41 +0000 (05:30 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Aug 1993 05:30:41 +0000 (05:30 +0000)
v7/src/microcode/ntutl/scheme16.c

index 0d072cc5d326fb21ce7d4e12be76b3ef9eb85692..e002bc5f2d6ac2bc7c78a158712fd5db0d08bc13 100644 (file)
@@ -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));