summaryrefslogtreecommitdiff
path: root/src/theory/rewriter_tables_template.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-10-12 16:09:12 -0500
committerGitHub <noreply@github.com>2021-10-12 21:09:12 +0000
commitafd08bf3024c1f4c0d2fa8bcfc3a2cccab6f44ad (patch)
tree6ddcd7fd6ba44e979a269d92705bedc1841194f6 /src/theory/rewriter_tables_template.h
parentd4f5508ee07f5e9ec0de4721c5e2a784c0c06234 (diff)
Eliminate calls to currentResourceManager (#7350)
The remaining calls to smt::currentResourceManager are in the bitblasters, which should probably update to Env. FYI @mpreiner .
Diffstat (limited to 'src/theory/rewriter_tables_template.h')
-rw-r--r--src/theory/rewriter_tables_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriter_tables_template.h b/src/theory/rewriter_tables_template.h
index e86d748fd..fd99b9625 100644
--- a/src/theory/rewriter_tables_template.h
+++ b/src/theory/rewriter_tables_template.h
@@ -80,7 +80,7 @@ ${post_rewrite_set_cache}
}
}
-Rewriter::Rewriter() : d_tpg(nullptr) {}
+Rewriter::Rewriter() : d_resourceManager(nullptr), d_tpg(nullptr) {}
void Rewriter::clearCachesInternal()
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback