mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Removed unused macro definition
Approved by: schweikh (mentor - blanket) MFC after: 6 weeks
This commit is contained in:
parent
de7112e1ba
commit
f1c194401c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119747
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user