summaryrefslogtreecommitdiff
path: root/src/theory/strings/arith_entail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/arith_entail.cpp')
-rw-r--r--src/theory/strings/arith_entail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/arith_entail.cpp b/src/theory/strings/arith_entail.cpp
index a1b2c487f..f98f6514e 100644
--- a/src/theory/strings/arith_entail.cpp
+++ b/src/theory/strings/arith_entail.cpp
@@ -174,7 +174,7 @@ bool ArithEntail::checkApprox(Node ar)
{
if (approxMsums.find(aa) == approxMsums.end())
{
- CVC4_UNUSED bool ret =
+ CVC5_UNUSED bool ret =
ArithMSum::getMonomialSum(aa, approxMsums[aa]);
Assert(ret);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback