aclservice dead code removal
[netvirt.git] / aclservice / api / src / main / java / org / opendaylight / netvirt / aclservice / api / utils / AclInterface.java
index 656bc04aef166cdcbc8d105a2213dd3ed0764583..2aff16b2d599be0bb471a0b365aad2df263d1ab4 100644 (file)
@@ -13,8 +13,6 @@ import java.math.BigInteger;
 import java.util.List;
 import java.util.SortedSet;
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.rev160608.DirectionBase;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.rev160608.DirectionEgress;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.rev160608.interfaces._interface.AllowedAddressPairs;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.rev160608.port.subnets.port.subnet.SubnetInfo;
 
@@ -142,16 +140,6 @@ public final class AclInterface {
         return subnetInfo;
     }
 
-    /**
-     * Gets the remote acl tags.
-     *
-     * @param direction the direction
-     * @return the remote acl tags
-     */
-    public SortedSet<Integer> getRemoteAclTags(Class<? extends DirectionBase> direction) {
-        return DirectionEgress.class.equals(direction) ? egressRemoteAclTags : ingressRemoteAclTags;
-    }
-
     /**
      * Gets the egress remote acl tags.
      *