mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libalias: Remove a stray directive
Removal of a preprocessor line was missed during development. Do it now and MFC it together with the other patches. MFC after: 2 days
This commit is contained in:
parent
2f4d91f9cb
commit
4060e77f49
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ StartPointIn(struct libalias *la,
|
|||
SPLAY_INSERT(splay_in, &la->linkSplayIn, grp);
|
||||
return (grp);
|
||||
}
|
||||
#undef INGUARD
|
||||
|
||||
static int
|
||||
SeqDiff(u_long x, u_long y)
|
||||
|
|
|
|||
Loading…
Reference in a new issue