Remove commented out code

This commit is contained in:
Kota Kanbe
2017-06-03 14:08:11 +09:00
committed by kota kanbe
parent c6ad9ea57a
commit a7951b727c
6 changed files with 0 additions and 120 deletions

View File

@@ -58,7 +58,5 @@ func Parse(path string) ([]string, error) {
}
}
}
//TODO remove
// sort.Strings(cpes)
return cpes, nil
}