diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-14 17:09:58 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-14 17:09:58 -0500 |
commit | 7c822138134af3771dc017c7399507af4a25004f (patch) | |
tree | 167a6e9625177a63b4ea67db70de6d7dddcf9a79 /src/libstore/derivations.hh | |
parent | 81727f85cb567c4d5282c330d63a74ed84d12783 (diff) | |
parent | b3d91239ae9f21a60057b278ceeff663fb786246 (diff) |
Merge branch 'path-info' into ca-drv-exotic
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r-- | src/libstore/derivations.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index cd6117a59..c57a6f808 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -294,8 +294,6 @@ typedef std::map<StorePath, DrvHash> DrvHashes; // FIXME: global, though at least thread-safe. extern Sync<DrvHashes> drvHashes; -bool wantOutput(const std::string & output, const std::set<std::string> & wanted); - struct Source; struct Sink; |