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
commit 33b3a0e477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();