BUG-6647 Increase code coverage and clean up II
[bgpcep.git] / pcep / topology-provider / src / main / java / org / opendaylight / bgpcep / pcep / topology / provider / AbstractTopologySessionListener.java
index 3380dc7f3b360397146b1236f6f5ceb2f20ba939..6cda92f8cb336d78cca18918d12960015acb198f 100755 (executable)
@@ -498,10 +498,6 @@ public abstract class AbstractTopologySessionListener<S, L> implements PCEPSessi
         return this.pccIdentifier.child(ReportedLsp.class, new ReportedLspKey(name));
     }
 
-    protected final InstanceIdentifier<PathComputationClient> getPccIdentifier() {
-        return this.pccIdentifier;
-    }
-
     /**
      * Remove LSP from the database.
      *