Remove a useless comment

The tags file generated by Exuberant Ctags is the same after this change.

[skip ci]
This commit is contained in:
Francois-Xavier Le Bail 2020-09-12 14:06:11 +02:00
parent 5fc07cb9c0
commit 8b967ff74d

View File

@ -224,7 +224,6 @@ print_probe(netdissect_options *ndo,
ND_TCHECK_4(bp);
if ((len < 4) || ((bp + 4) > ep)) {
/* { (ctags) */
ND_PRINT(" [|}");
return (0);
}