Skip to content

Commit

Permalink
Remove an outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Nov 11, 2016
1 parent 9a99a9d commit 6d1854a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/DS/rds.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,14 +490,6 @@ static void ds_rds_report_inject_rule_result_check_refs(xmlDocPtr doc, xmlNodePt
}
}

/*
* This function replaces all check-content-ref/@href with "#" + id of ancestor arf:report.
* Doing this replaces potentially valuable data with a value easily calculated from the XML.
*
* The only reason we do this is to pass requirement 370-1.
*
* TODO: Consider dropping this functionality if 370-1 is changed / clarified.
*/
static void ds_rds_report_inject_rule_result_refs(xmlDocPtr doc, xmlNodePtr test_result_node, struct oscap_htable *arf_report_mapping)
{
xmlNodePtr child = test_result_node->children;
Expand Down

0 comments on commit 6d1854a

Please sign in to comment.