diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-10 11:27:19 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-10 11:27:19 -0500 |
commit | da64f026dd7b12d72ffbc15752e8b95707fa1f9f (patch) | |
tree | 80c63ff92aba1820e0f70845efcba0a190ef4838 /src/libmain/shared.hh | |
parent | 1c98daf6e8bdf771ed3b17c947384fef4ed8d006 (diff) |
Make clear that `StorePathWithOutputs` is a deprecated type
- Add a comment
- Put `OutputsSpec` in a different header (First part of #6815)
- Make a few stray uses of it in new code use `DerivedPath` instead.
Diffstat (limited to 'src/libmain/shared.hh')
-rw-r--r-- | src/libmain/shared.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmain/shared.hh b/src/libmain/shared.hh index 3c37fd627..1715374a6 100644 --- a/src/libmain/shared.hh +++ b/src/libmain/shared.hh @@ -39,7 +39,6 @@ void printVersion(const std::string & programName); void printGCWarning(); class Store; -struct StorePathWithOutputs; void printMissing( ref<Store> store, |