File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,6 @@ void convert(
9090 full_lhs_value_string=
9191 from_expr (ns, identifier, step.full_lhs_value );
9292
93- if (step.lhs_object_value .type ().is_not_nil ())
94- type_string=
95- from_type (ns, identifier, step.lhs_object_value .type ());
96-
9793 const symbolt *symbol;
9894 irep_idt base_name, display_name;
9995
@@ -110,7 +106,6 @@ void convert(
110106 xml_assignment.new_element (" type" ).data =type_string;
111107 xml_assignment.new_element (" full_lhs" ).data =full_lhs_string;
112108 xml_assignment.new_element (" full_lhs_value" ).data =full_lhs_value_string;
113- xml_assignment.new_element (" value" ).data =value_string;
114109
115110 xml_assignment.set_attribute_bool (" hidden" , step.hidden );
116111 xml_assignment.set_attribute (" thread" , std::to_string (step.thread_nr ));
@@ -123,10 +118,6 @@ void convert(
123118 step.assignment_type ==
124119 goto_trace_stept::assignment_typet::ACTUAL_PARAMETER?
125120 " 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));
130121 }
131122 break ;
132123
You can’t perform that action at this time.
0 commit comments