Skip to content

Commit

Permalink
Prevent second reading of declarations in KeYUserProblemFile
Browse files Browse the repository at this point in the history
The file local declarations are already parsed by readEnvInput in ProblemInitializaer.
  • Loading branch information
unp1 authored and wadoon committed Nov 21, 2023
1 parent 63c0e87 commit 174ae11
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ public void readProblem() throws ProofInputException {
throw new IllegalStateException("KeYUserProblemFile: InitConfig not set.");
}

readSorts();
readFuncAndPred();
readRules();

try {
problem = getProblemFinder().getProblem();
if (problem == null) {
Expand Down

0 comments on commit 174ae11

Please sign in to comment.