diff options
Diffstat (limited to 'src/libstore/path.hh')
-rw-r--r-- | src/libstore/path.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstore/path.hh b/src/libstore/path.hh index 5f239ceb6..a152fe8ee 100644 --- a/src/libstore/path.hh +++ b/src/libstore/path.hh @@ -68,16 +68,6 @@ typedef std::map<string, StorePath> OutputPathMap; /* Extension of derivations in the Nix store. */ const std::string drvExtension = ".drv"; -struct StorePathWithOutputs -{ - StorePath path; - std::set<std::string> outputs; - - std::string to_string(const Store & store) const; -}; - -std::pair<std::string_view, StringSet> parsePathWithOutputs(std::string_view s); - } namespace std { |