Delete deprecated interface.
This commit is contained in:
parent
77662be281
commit
8f0ce2aad6
|
|
@ -1,19 +0,0 @@
|
|||
package jetbrains.mps.logic.reactor.logical;
|
||||
|
||||
/*Generated by MPS */
|
||||
|
||||
import jetbrains.mps.unification.Term;
|
||||
|
||||
/**
|
||||
* Not used in the API.
|
||||
* @deprecated
|
||||
*/
|
||||
public interface LogicalUnification {
|
||||
|
||||
<TERM extends Term> TERM asRoot(TERM term);
|
||||
|
||||
<TERM extends Term> SolverLogical<TERM> logical(TERM var);
|
||||
|
||||
boolean isLogical(Term term);
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue