summaryrefslogtreecommitdiff
path: root/src/theory/uf
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-20 19:22:21 -0500
committerGitHub <noreply@github.com>2018-08-20 19:22:21 -0500
commit03abb94451a8bc2fb59b5b2fc95c931715575dc0 (patch)
tree350839369fa22e97b5497abf76bfad339c706030 /src/theory/uf
parentbf863b1f3cee791585e2c04e5f40afcadcdf113c (diff)
More unused code elimination (#2339)
Diffstat (limited to 'src/theory/uf')
-rw-r--r--src/theory/uf/theory_uf_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/uf/theory_uf_model.cpp b/src/theory/uf/theory_uf_model.cpp
index 3d656cf24..a3e058569 100644
--- a/src/theory/uf/theory_uf_model.cpp
+++ b/src/theory/uf/theory_uf_model.cpp
@@ -289,7 +289,7 @@ void UfModelTreeNode::debugPrint( std::ostream& out, TheoryModel* m, std::vector
}else{
indent( out, ind );
out << "return ";
- m->printRepresentative( out, d_value );
+ out << m->getRepresentative(d_value);
out << std::endl;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback