Skip to content
Snippets Groups Projects
Commit 04b62479 authored by Alan Baker's avatar Alan Baker Committed by David Neto
Browse files

Removing unnecessary code.

parent fc393eb3
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,6 @@ Result Match(StringPiece input, StringPiece checks, const Options& options) {
return out.str();
};
Cursor negative_cursor(cursor);
// For each line.
for (; !cursor.Exhausted(); cursor.AdvanceLine()) {
// Try to match the current line against the unresolved checks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment