BUG-1382: eliminate use of QName.getPrefix from yang parser
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / builder / api / AugmentationSchemaBuilder.java
index 696e586122abfb4ca57959388a37aa7db9906718..1699da75abf9d9516cf156d9bbe0fd8d33f934be 100644 (file)
@@ -60,21 +60,6 @@ public interface AugmentationSchemaBuilder extends DataNodeContainerBuilder,Docu
      */
     SchemaPath getTargetPath();
 
-    /**
-     * Get schema path of target node.
-     *
-     * @return SchemaPath of target node
-     */
-    SchemaPath getTargetNodeSchemaPath();
-
-    /**
-     * Set schema path of target node.
-     *
-     * @param path
-     *            SchemaPath of target node
-     */
-    void setTargetNodeSchemaPath(SchemaPath path);
-
     @Override
     AugmentationSchema build();