svn commit: r348301 - head/sbin/ipfw

Andrey V. Elsukov ae at FreeBSD.org
Mon May 27 06:34:38 UTC 2019


Author: ae
Date: Mon May 27 06:34:36 2019
New Revision: 348301
URL: https://svnweb.freebsd.org/changeset/base/348301

Log:
  Remove unused token that was added in r348235.
  
  MFC after:	2 weeks

Modified:
  head/sbin/ipfw/ipfw2.h

Modified: head/sbin/ipfw/ipfw2.h
==============================================================================
--- head/sbin/ipfw/ipfw2.h	Mon May 27 06:22:43 2019	(r348300)
+++ head/sbin/ipfw/ipfw2.h	Mon May 27 06:34:36 2019	(r348301)
@@ -266,7 +266,6 @@ enum tokens {
 	TOK_OLIST,
 	TOK_MISSING,
 	TOK_ORFLUSH,
-	TOK_OPTIONAL,
 
 	/* NAT64 tokens */
 	TOK_NAT64STL,


More information about the svn-src-head mailing list