summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-08-14 20:23:28 -0700
committerGitHub <noreply@github.com>2018-08-14 20:23:28 -0700
commit4a3bde6335f676a28f4aa5f872c213e0ec8bbaa7 (patch)
tree2daa26b0c2f98eb4538d2722e7aea2c345fbecd0
parentf5a823ba45f9def7effe3d03585a881bc90bb0ad (diff)
Remove unused declaration (#2310)
-rw-r--r--src/theory/quantifiers/fmf/bounded_integers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers/fmf/bounded_integers.h b/src/theory/quantifiers/fmf/bounded_integers.h
index 90928c0bc..8cb530a62 100644
--- a/src/theory/quantifiers/fmf/bounded_integers.h
+++ b/src/theory/quantifiers/fmf/bounded_integers.h
@@ -73,7 +73,6 @@ private:
//fixed finite set range
std::map< Node, std::map< Node, std::vector< Node > > > d_fixed_set_gr_range;
std::map< Node, std::map< Node, std::vector< Node > > > d_fixed_set_ngr_range;
- void hasFreeVar( Node f, Node n );
void process( Node q, Node n, bool pol,
std::map< Node, unsigned >& bound_lit_type_map,
std::map< int, std::map< Node, Node > >& bound_lit_map,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback