mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed unused macro definition
Approved by: schweikh (mentor - blanket) MFC after: 6 weeks
This commit is contained in:
parent
de7112e1ba
commit
f1c194401c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue