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:
Lutz Donnerhacke 2021-07-04 17:54:45 +02:00
parent 2f4d91f9cb
commit 4060e77f49

View file

@ -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)