3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

issue #393 -- removed debugging assert

This commit is contained in:
Ken McMillan 2016-01-04 12:53:46 -08:00
parent 758c9cd7a0
commit e6e6a6c5b3

View file

@ -2023,8 +2023,8 @@ public:
break;
}
default:
pfgoto(proof);
SASSERT(0 && "translate_main: unsupported proof rule");
// pfgoto(proof);
// SASSERT(0 && "translate_main: unsupported proof rule");
throw unsupported();
}
}