delete accidentally pasted line

This commit is contained in:
Johanna Stuber 2021-02-11 15:20:37 +01:00
parent ad99cc09b8
commit 0fdc8d3509

View File

@ -41,7 +41,7 @@ public abstract class LetStep extends InferenceStep {
return premise;
}
/**typeInferer.equals(letStep.typeInferer)
/**
* Returns the TypeInferer for the premise which needs its own type Inference.
* @return typeInferer the type inferer of the sub-inference
*/