Eliminate long-unused support for applicable records.
authorChris Hanson <org/chris-hanson/cph>
Thu, 6 Mar 2003 05:41:19 +0000 (05:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 6 Mar 2003 05:41:19 +0000 (05:41 +0000)
v7/src/microcode/interp.c

index 70c16219d9de316f26254aaca6d130b9480a7fa4..29e3ba67f9d2af7b7708efb7ded205c8c3531eb0 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: interp.c,v 9.99 2003/03/06 04:57:52 cph Exp $
+$Id: interp.c,v 9.100 2003/03/06 05:41:19 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1992,2000,2001,2002,2003 Massachusetts Institute of Technology
@@ -1521,7 +1521,6 @@ DEFUN (Interpret, (pop_return_p), int pop_return_p)
            }
 
          default:
-         internal_apply_inapplicable:
            APPLICATION_ERROR (ERR_INAPPLICABLE_OBJECT);
          }
       }