mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
Merge pull request #394 from kenmcmil/issue393
issue #393 -- removed debugging assert
This commit is contained in:
commit
55452e1680
1 changed files with 2 additions and 2 deletions
|
@ -2023,8 +2023,8 @@ public:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
pfgoto(proof);
|
// pfgoto(proof);
|
||||||
SASSERT(0 && "translate_main: unsupported proof rule");
|
// SASSERT(0 && "translate_main: unsupported proof rule");
|
||||||
throw unsupported();
|
throw unsupported();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue