mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove leftovers from earlier commit
This commit is contained in:
parent
22d80277ae
commit
d07d57c240
1 changed files with 0 additions and 6 deletions
|
@ -235,12 +235,6 @@ namespace intblast {
|
|||
}
|
||||
|
||||
#if 0
|
||||
namespace fs = std::filesystem;
|
||||
static unsigned num_check = 0;
|
||||
fs::path filename = std::string("validation/int-") + std::to_string(++num_check) + ".smt2";
|
||||
fs::create_directories(filename.parent_path());
|
||||
IF_VERBOSE(1, verbose_stream() << "validation check written to file " << filename << "\n");
|
||||
std::ofstream file(filename);
|
||||
std::string name_esc;
|
||||
if (name) {
|
||||
name_esc = name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue