Merge "BUG 5634 : Implement concurrent message limit"
authorTomas Cere <tcere@cisco.com>
Fri, 17 Jun 2016 14:09:27 +0000 (14:09 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 17 Jun 2016 14:09:27 +0000 (14:09 +0000)
netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/pipeline/ClusteredNetconfDevice.java

index a94bb90cd7927f5eed670a953b0cd59a427297a5..0710769c8c9ead597add94654853b772e1ab78cc 100644 (file)
@@ -48,7 +48,6 @@ public class ClusteredNetconfDevice extends NetconfDevice implements EntityOwner
 
     private static final Logger LOG = LoggerFactory.getLogger(ClusteredNetconfDevice.class);
 
-    private boolean isMaster = false;
     private NetconfDeviceCommunicator listener;
     private NetconfSessionPreferences sessionPreferences;
     private SchemaRepository schemaRepo;