Skip to content

Commit 2a1d3de

Browse files
fixup! Refactoring of substitute array access
1 parent 3b61921 commit 2a1d3de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solvers/refinement/string_refinement.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,8 +1494,7 @@ static void substitute_array_access_in_place(
14941494
/// a fresh symbol of the given type
14951495
/// \param left_propagate: should values be propagated to the left in with
14961496
/// expressions
1497-
/// \return an expression containing no array access, and a Boolean which is
1498-
/// true if the expression is unchanged
1497+
/// \return an expression containing no array access
14991498
exprt substitute_array_access(
15001499
exprt expr,
15011500
const std::function<symbol_exprt(const irep_idt &, const typet &)>

0 commit comments

Comments
 (0)