Bug 8568: Remove DataProviderService from RootBindingAwareBroker
[controller.git] / opendaylight / md-sal / sal-binding-config / src / main / java / org / opendaylight / controller / config / yang / md / sal / binding / impl / BindingBrokerImplModule.java
index 71bd0017cf2f7e37109687a64351fcb72db119db..fe2e499357d5425d48a5939d78b4b4790e17a2b1 100644 (file)
@@ -69,7 +69,6 @@ public final class BindingBrokerImplModule extends
         final MountProviderService legacyMount = createLegacyMountPointService(mount);
 
 
-        broker.setLegacyDataBroker(getDataBrokerDependency());
         broker.setNotificationBroker(getNotificationServiceDependency());
         if (getNotificationPublishServiceDependency() != null) {
             broker.setNotificationPublishService(getNotificationPublishServiceDependency());