Remove DOMSchemaService.getSessionContext()
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMSchemaService.java
index 7bc12c9577b220969226164ee163d4bbf8715644..dfacb4889e95142bc88ee4f1891d069969a27cfc 100644 (file)
@@ -12,17 +12,6 @@ import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext;
 import org.opendaylight.yangtools.yang.model.api.EffectiveModelContextListener;
 
 public interface DOMSchemaService extends DOMExtensibleService<DOMSchemaService, DOMSchemaServiceExtension> {
-    /**
-     * Returns session specific YANG schema context.
-     *
-     * @return schemaContext
-     * @deprecated This method never fully materialized, use {@link #getGlobalContext()} instead.
-     */
-    @Deprecated(forRemoval = true)
-    default EffectiveModelContext getSessionContext() {
-        throw new UnsupportedOperationException("getSessionContext() is not specified nor implemented");
-    }
-
     /**
      * Returns global schema context.
      *