Fix issues with LeastLoadedCandidateSelectionStrategy
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / ShardDataTree.java
index be2e6d47fbc776ee58efef233b3a4c73c8e50865..64eb6c87dc9bc4cf571058994665042da489d8d9 100644 (file)
@@ -60,14 +60,6 @@ public class ShardDataTree extends ShardDataTreeTransactionParent {
         updateSchemaContext(schemaContext);
     }
 
-    /**
-     * @deprecated Use {@link #ShardDataTree(SchemaContext, TreeType)} instead.
-     */
-    @Deprecated
-    public ShardDataTree(final SchemaContext schemaContext) {
-        this(schemaContext, TreeType.OPERATIONAL);
-    }
-
     public TipProducingDataTree getDataTree() {
         return dataTree;
     }