Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 06:34:37 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348301 - head/sbin/ipfw
Message-ID:  <201905270634.x4R6YbQJ052882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905270634.x4R6YbQJ052882>