diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-01-13 16:03:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 16:03:12 +0100 |
commit | d21f54958ebc3400ca41e0458338e6a90bd47fbe (patch) | |
tree | a4ea90b2cc1be9209e0707e1179e1a8064b1ab74 /src/libstore/derivations.hh | |
parent | bdeb6de889219cb9d1ba94b4adc75b0d8000e1b2 (diff) | |
parent | d8512653d480acf69aae820f8b9d4b674dd6fc2f (diff) |
Merge pull request #6815 from obsidiansystems/better-wanted-outputs
`OutputSpec` for `DerivationGoal` and `DerivedPath`, today's `OutputSpec` -> `ExtendedOutputSpec`
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 f3cd87fb1..7ee3ded6a 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; |