Skip to content
Snippets Groups Projects
Commit f9bbc33c authored by Florian Angerer's avatar Florian Angerer
Browse files

Cleanup.

parent b0aa43f9
Branches
No related tags found
No related merge requests found
......@@ -368,7 +368,6 @@ public class LogFileParser {
assert startLineNr >= 0;
startLocation = new Location(file, startLineNr);
}
// List<Problem> problems = new LinkedList<>();
Map<LineDetector, Collection<Problem>> problems = new HashMap<>();
Collection<LineDetector> collection = detectorsTable.get(start.name());
if (collection != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment