mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix relevancy bug for recfun
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
39bfdbd8c0
commit
657ed4db7a
5 changed files with 14 additions and 4 deletions
|
@ -16,7 +16,6 @@ Author:
|
|||
--*/
|
||||
#include "util/gparams.h"
|
||||
#include "util/zstring.h"
|
||||
#include "util/trace.h"
|
||||
|
||||
static bool is_hex_digit(char ch, unsigned& d) {
|
||||
if ('0' <= ch && ch <= '9') {
|
||||
|
@ -148,7 +147,6 @@ std::string zstring::encode() const {
|
|||
}
|
||||
}
|
||||
_flush();
|
||||
TRACE("seq", tout << "encode " << strm.str() << "\n";);
|
||||
return strm.str();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue