Remove superfluous TreeInfo::rev field

This commit is contained in:
Eelco Dolstra
2020-02-01 23:54:20 +01:00
parent b9d64f9318
commit 887730aab3
9 changed files with 36 additions and 38 deletions
-1
View File
@@ -114,7 +114,6 @@ struct GitHubInput : Input
.actualPath = dresult.path,
.storePath = store->parseStorePath(dresult.storePath),
.info = TreeInfo {
.rev = *rev,
.lastModified = *dresult.lastModified,
},
};