Merge pull request #3123 from ekarakey/flakes

deleted comment
This commit is contained in:
Eelco Dolstra
2019-10-08 11:09:34 +02:00
committed by GitHub

View File

@@ -30,7 +30,6 @@ BuildEnvironment readEnvironment(const Path & path)
std::set<std::string> exported;
auto file = readFile(path);
//auto file = readFile("/tmp/x");
auto pos = file.cbegin();