(sccsid): Useless, as we don't use SCCS. Remove.

This commit is contained in:
Markus Armbruster 2004-03-01 13:33:51 +00:00
parent 98b392d72c
commit 5fa00591fe
9 changed files with 0 additions and 36 deletions

View file

@ -21,10 +21,6 @@
#include <stdlib.h>
#include "as.h"
#if !defined(lint) && !defined(SABER)
static char sccsid[] = "@(#)as_winnow.c 1.8 11/13/90";
#endif /* not lint */
static struct as_node *as_newnode(struct as_node *backp, struct as_coord c,
double inclbcost, double lbcost,
double knowncost, double seccost);