Flush obsolete primitive.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 3 Sep 1992 07:40:47 +0000 (07:40 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 3 Sep 1992 07:40:47 +0000 (07:40 +0000)
v7/src/microcode/dosconio.c

index 80689172953c3ba5a29da364c1794de37f8d7b6b..66d75d26635f141f04c5ac4965eb9f4df5e309ba 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: dosconio.c,v 1.2 1992/09/03 07:29:51 jinx Exp $
+$Id: dosconio.c,v 1.3 1992/09/03 07:40:47 jinx Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
 
@@ -314,14 +314,6 @@ DEFUN_VOID (get_typeahead_character)
   }
 }
 
-DEFINE_PRIMITIVE ("CONSUME-TYPEAHEAD", Prim_consume_typeahead, 0, 0,
-                 "Suck up DOS typeahead.")
-{
-  /* Obsolete -- done by microcode directly. */
-  PRIMITIVE_HEADER(0);
-  PRIMITIVE_RETURN (UNSPECIFIC);
-}
-
 DEFINE_PRIMITIVE ("DOS-HIGH-PRIORITY-TIMER-INTERRUPT", Prim_dos_high_priority_timer, 2, 2,
                  "High-priority timer interrupt handler.")
 {