From: Andrew Reynolds Date: Fri, 17 Aug 2018 17:08:48 +0000 (-0500) Subject: Fix spurious warning in sort inference (#2331) X-Git-Tag: cvc5-1.0.0~4764 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f9d6858f2d9cc21e6869ad743d18d07e82b30e7;p=cvc5.git Fix spurious warning in sort inference (#2331) --- diff --git a/src/theory/sort_inference.cpp b/src/theory/sort_inference.cpp index b6e8f7553..c4c0a8b47 100644 --- a/src/theory/sort_inference.cpp +++ b/src/theory/sort_inference.cpp @@ -710,11 +710,13 @@ Node SortInference::simplifyNode( } } children[0] = d_symbol_map[op]; - //make sure all children have been taken care of - for( size_t i=0; i