From f1c194401c52b72f351e39475ccc773592b94308 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Thu, 4 Sep 2003 20:05:46 +0000 Subject: [PATCH] Removed unused macro definition Approved by: schweikh (mentor - blanket) MFC after: 6 weeks --- usr.bin/tsort/tsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index ce35207f436..259eb4c4be5 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -75,7 +75,7 @@ static const char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95"; * * Michael Rendell, michael@stretch.cs.mun.ca - Feb 26, '90 */ -#define HASHSIZE 53 /* doesn't need to be big */ + #define NF_MARK 0x1 /* marker for cycle detection */ #define NF_ACYCLIC 0x2 /* this node is cycle free */ #define NF_NODEST 0x4 /* Unreachable */