Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/goto-analyzer/static_verifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ xmlt static_verifier_resultt::output_xml(void) const

x.set_attribute("status", as_string(this->status));

// DEPRECATED(SINCE(2020, 12, 2, "Remove and use the structured version"));
// Unstructured partial output of source location is not great...
x.set_attribute("file", id2string(this->source_location.get_file()));
x.set_attribute("line", id2string(this->source_location.get_line()));

// ... this is better
x.new_element(xml(source_location));

// ( get_comment is not output as part of xml(source_location) )
Expand Down
Loading