]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/grammar.y
PR/15878: Ed Ravin: fortune all frees junk pointers. Fixed, free structure
[bsdgames-darwin.git] / atc / grammar.y
index 4f32ddf29bda200f53deae59ce78599388bf580e..770683a0d99cc7f8936810ff8698673828fdaa78 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: grammar.y,v 1.6 1999/07/25 00:24:38 hubertf Exp $      */
+/*     $NetBSD: grammar.y,v 1.7 1999/07/26 21:14:21 hubertf Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -68,7 +68,7 @@
 #if 0
 static char sccsid[] = "@(#)grammar.y  8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: grammar.y,v 1.6 1999/07/25 00:24:38 hubertf Exp $");
+__RCSID("$NetBSD: grammar.y,v 1.7 1999/07/26 21:14:21 hubertf Exp $");
 #endif
 #endif /* not lint */
 
@@ -253,7 +253,6 @@ Apoint:
                sp->airport[sp->num_airports].y = $3;
                sp->airport[sp->num_airports].dir = dir;
                check_point($2, $3);
-               check_adir($2, $3, dir);
                sp->num_airports++;
                }
        ;
@@ -377,12 +376,6 @@ check_edir(x, y, dir)
                yyerror("Bad direction for entrance at exit.");
 }
 
-void
-check_adir(x, y, dir)
-       int x __attribute__((__unused__)), y __attribute__((__unused__)), dir __attribute__((__unused__));
-{
-}
-
 int
 checkdefs()
 {