Skip to content

Commit 0ff1384

Browse files
committed
Remove unused local variable
1 parent 1a4fc92 commit 0ff1384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/goto-programs/json_goto_trace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void convert_decl(
8484
if(!json_location.is_null())
8585
json_assignment["sourceLocation"] = json_location;
8686

87-
std::string value_string, binary_string, type_string, full_lhs_string;
87+
std::string value_string, type_string, full_lhs_string;
8888
json_objectt full_lhs_value;
8989

9090
DATA_INVARIANT(

src/goto-programs/xml_goto_trace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void convert(
7676
if(xml_location.name!="")
7777
xml_assignment.new_element().swap(xml_location);
7878

79-
std::string value_string, binary_string, type_string,
79+
std::string value_string, type_string,
8080
full_lhs_string, full_lhs_value_string;
8181

8282
if(step.lhs_object_value.is_not_nil())

0 commit comments

Comments
 (0)