Merge "Remove unused class member SAVE."
authorAlessandro Boch <aboch@cisco.com>
Wed, 11 Sep 2013 15:47:47 +0000 (15:47 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 11 Sep 2013 15:47:47 +0000 (15:47 +0000)
opendaylight/forwarding/staticrouting/src/main/java/org/opendaylight/controller/forwarding/staticrouting/internal/StaticRoutingImplementation.java

index 1b2128957e9352ffd93a0a0991abf91ec3a354ea..89d24192455231487b926ce1b727b9cb76c4c71d 100644 (file)
@@ -63,7 +63,6 @@ public class StaticRoutingImplementation implements IfNewHostNotify,
     private static Logger log = LoggerFactory
             .getLogger(StaticRoutingImplementation.class);
     private static String ROOT = GlobalConstants.STARTUPHOME.toString();
-    private static final String SAVE = "Save";
     ConcurrentMap<String, StaticRoute> staticRoutes;
     ConcurrentMap<String, StaticRouteConfig> staticRouteConfigs;
     private IfIptoHost hostTracker;