Remove unused isMaster variable in ClusteredNetconfDevice 54/40254/1
authorRyan Goulding <ryandgoulding@gmail.com>
Mon, 13 Jun 2016 20:02:33 +0000 (16:02 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Mon, 13 Jun 2016 20:03:24 +0000 (16:03 -0400)
isMaster is never used, so it should be removed.

Change-Id: I5419d281062e9d25cf91e7a710cec06c609765e9
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
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;