Remove spurious data member. (#2857)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 13 Mar 2019 16:37:03 +0000 (11:37 -0500)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2019 16:37:03 +0000 (11:37 -0500)
src/theory/quantifiers/candidate_rewrite_database.h

index 3fa9d989a8d82e0796feeb83edf1ff6c77339a9c..35c08f43f68d01021bd62d107a9e9ec37966e454 100644 (file)
@@ -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<Node, Node> d_fv_to_skolem;
   /** the cache for results of addTerm */
   std::unordered_map<Node, bool, NodeHashFunction> d_add_term_cache;
   /** if true, we silence the output of candidate rewrites */