From: Andrew Reynolds Date: Wed, 13 Mar 2019 16:37:03 +0000 (-0500) Subject: Remove spurious data member. (#2857) X-Git-Tag: cvc5-1.0.0~4252 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68174dedcb4bf9d91241585ab1cc876d2fa83d62;p=cvc5.git Remove spurious data member. (#2857) --- diff --git a/src/theory/quantifiers/candidate_rewrite_database.h b/src/theory/quantifiers/candidate_rewrite_database.h index 3fa9d989a..35c08f43f 100644 --- a/src/theory/quantifiers/candidate_rewrite_database.h +++ b/src/theory/quantifiers/candidate_rewrite_database.h @@ -97,11 +97,6 @@ class CandidateRewriteDatabase : public ExprMiner bool d_using_sygus; /** candidate rewrite filter */ CandidateRewriteFilter d_crewrite_filter; - /** - * Cache of skolems for each free variable that appears in a synthesis check - * (for --sygus-rr-synth-check). - */ - std::map d_fv_to_skolem; /** the cache for results of addTerm */ std::unordered_map d_add_term_cache; /** if true, we silence the output of candidate rewrites */