Skip to content

Commit c9c6033

Browse files
committed
WIP 2
1 parent ad1347b commit c9c6033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/solvers/strings/array_pool.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ void array_poolt::insert(
162162
INVARIANT(
163163
it_bool.second, "should not associate two arrays to the same pointer");
164164

165-
if(length_of_array.find(array_expr) == length_of_array.end())
166-
{
165+
//if(length_of_array.find(array_expr) == length_of_array.end())
166+
//{
167167
attempt_assign_length_from_type(array_expr, length_of_array, fresh_symbol);
168-
}
168+
//}
169169
}
170170

171171
/// Return a map mapping all array_string_exprt of the array_pool to their

0 commit comments

Comments
 (0)