summaryrefslogtreecommitdiffstats
path: root/yacc/warshall.c
diff options
context:
space:
mode:
Diffstat (limited to 'yacc/warshall.c')
-rw-r--r--yacc/warshall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/yacc/warshall.c b/yacc/warshall.c
index c9ec782be..f341cdfbc 100644
--- a/yacc/warshall.c
+++ b/yacc/warshall.c
@@ -12,8 +12,6 @@
/* Based on public-domain code from Berkeley Yacc */
-/* $Id$ */
-
#include "defs.h"
void transitive_closure(unsigned int *R, int n)