Skip to content

Commit ebc3d24

Browse files
committed
Remove redundant definition of lhs_object
The earlier definition has the same value.
1 parent 7ea6c41 commit ebc3d24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/goto-programs/xml_goto_trace.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ void convert(
8181
xml_assignment.new_element().swap(xml_location);
8282

8383
{
84-
auto lhs_object=step.get_lhs_object();
85-
8684
const symbolt *symbol;
8785

8886
if(lhs_object.has_value() &&

0 commit comments

Comments
 (0)