3
0
Fork 0
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:
Nikolaj Bjorner 2016-01-04 22:28:46 -08:00
commit 55452e1680

View file

@ -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();
} }
} }