From ae689c9de698daeaf8ab5275c384183cb665c903 Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Thu, 3 Dec 2015 10:46:36 -0500 Subject: [PATCH] Remove CLASSIFIER_TYPES constant - it was never used Change-Id: Ia6ba4453f6bc9b9de0da1e83d2dc75147fb91882 --- neutron_classifier/common/constants.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neutron_classifier/common/constants.py b/neutron_classifier/common/constants.py index 6b9ceda..84f9b87 100644 --- a/neutron_classifier/common/constants.py +++ b/neutron_classifier/common/constants.py @@ -12,10 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -CLASSIFIER_TYPES = ['ip_classifier', 'ipv4_classifier', 'ipv6_classifier', - 'transport_classifier', 'ethernet_classifier', - 'encapsulation_classifier', 'neutron_port_classifier'] - # TODO(sc68cal) add more protocols` PROTOCOLS = ['tcp', 'udp', 'icmp', 'icmpv6']