Removed unused macro definition

Approved by:	schweikh (mentor - blanket)
MFC after:	6 weeks
This commit is contained in:
Diomidis Spinellis 2003-09-04 20:05:46 +00:00
parent de7112e1ba
commit f1c194401c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119747

View File

@ -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 */