Move SpeakerIdMapping to topology provider
[bgpcep.git] / pcep / api / src / main / java / org / opendaylight / protocol / pcep / PCEPDispatcherDependencies.java
index 7b267b73648401788407ee6c0f72542caa19cbe8..0e33a9c536c623467fb921cb335968ea7a15575d 100644 (file)
@@ -29,11 +29,4 @@ public interface PCEPDispatcherDependencies extends PCEPSessionNegotiatorFactory
      * @return map containing Keys
      */
     KeyMapping getKeys();
-
-    /**
-     * PCEP Speaker Id mapping.
-     *
-     * @return map containing Keys
-     */
-    SpeakerIdMapping getSpeakerIdMapping();
 }