File tree 1 file changed +0
-9
lines changed 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,6 @@ void convert(
90
90
full_lhs_value_string=
91
91
from_expr (ns, identifier, step.full_lhs_value );
92
92
93
- if (step.lhs_object_value .type ().is_not_nil ())
94
- type_string=
95
- from_type (ns, identifier, step.lhs_object_value .type ());
96
-
97
93
const symbolt *symbol;
98
94
irep_idt base_name, display_name;
99
95
@@ -110,7 +106,6 @@ void convert(
110
106
xml_assignment.new_element (" type" ).data =type_string;
111
107
xml_assignment.new_element (" full_lhs" ).data =full_lhs_string;
112
108
xml_assignment.new_element (" full_lhs_value" ).data =full_lhs_value_string;
113
- xml_assignment.new_element (" value" ).data =value_string;
114
109
115
110
xml_assignment.set_attribute_bool (" hidden" , step.hidden );
116
111
xml_assignment.set_attribute (" thread" , std::to_string (step.thread_nr ));
@@ -123,10 +118,6 @@ void convert(
123
118
step.assignment_type ==
124
119
goto_trace_stept::assignment_typet::ACTUAL_PARAMETER?
125
120
" actual_parameter" :" state" );
126
-
127
- if (step.lhs_object_value .is_not_nil ())
128
- xml_assignment.new_element (" value_expression" ).
129
- new_element (xml (step.lhs_object_value , ns));
130
121
}
131
122
break ;
132
123
You can’t perform that action at this time.
0 commit comments