Remove AugmentationSchemaNode.getOriginalDefinition()
[yangtools.git] / parser / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / meta / EffectiveStmtCtx.java
index c98c9fa14dd90bb960238c34e6f0c0c0f98b5881..1c4df647353661b3cf5d98a3138adea064146abe 100644 (file)
@@ -110,9 +110,6 @@ public interface EffectiveStmtCtx extends CommonStmtCtx, StmtContextCompat, Immu
 
         @NonNull QName moduleName();
 
-        @Deprecated(since = "7.0.9", forRemoval = true)
-        @Nullable EffectiveStatement<?, ?> original();
-
         // FIXME: 8.0.0: this method should be moved to stmt.type in some shape or form
         @NonNull QName argumentAsTypeQName();