Remove CLASSIFIER_TYPES constant - it was never used

Change-Id: Ia6ba4453f6bc9b9de0da1e83d2dc75147fb91882
This commit is contained in:
Sean M. Collins 2015-12-03 10:46:36 -05:00
parent 5663af1ea8
commit ae689c9de6
1 changed files with 0 additions and 4 deletions

View File

@ -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']