diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-23 16:54:45 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-23 16:54:45 -0500 |
commit | e68e8e3cee53ce7debd7c54b0d122d94d1b102a2 (patch) | |
tree | d868fcfb339515ffb01b800814a2349e19f0246a /src/libstore/content-address.hh | |
parent | 30610f260d61964a4d91e7f7f590f621ea03fef6 (diff) | |
parent | 4540e7b940ca56db821fe7c7d7d79fafa488f55e (diff) |
Merge branch 'path-info' into ca-drv-exotic
Diffstat (limited to 'src/libstore/content-address.hh')
-rw-r--r-- | src/libstore/content-address.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libstore/content-address.hh b/src/libstore/content-address.hh index a251aeb01..729b1078d 100644 --- a/src/libstore/content-address.hh +++ b/src/libstore/content-address.hh @@ -147,11 +147,4 @@ Hash getContentAddressHash(const ContentAddressWithReferences & ca); std::string printMethodAlgo(const ContentAddressWithReferences &); -struct StorePathDescriptor { - std::string name; - ContentAddressWithReferences info; - - GENERATE_CMP(StorePathDescriptor, me->name, me->info); -}; - } |