Remove stray DerivationOutputsAndPaths type

This commit is contained in:
Eelco Dolstra 2020-10-09 15:41:24 +02:00
parent 58dadf2954
commit 636ec17139
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -61,8 +61,6 @@ typedef std::map<string, DerivationOutput> DerivationOutputs;
also contains, for each output, the (optional) store path in which it would
be written. To calculate values of these types, see the corresponding
functions in BasicDerivation */
typedef std::map<string, std::pair<DerivationOutput, StorePath>>
DerivationOutputsAndPaths;
typedef std::map<string, std::pair<DerivationOutput, std::optional<StorePath>>>
DerivationOutputsAndOptPaths;