mirror of
https://github.com/NixOS/nix
synced 2025-07-05 04:01:47 +02:00
Delete dead code
The references set seems to have been unused since `LegacySSHStore` references were first created incaa5793b4a
. The method decls never were upstream, and accidentally added by me in062533f7cd
(probably due to `git rerere`). Sorry! This reduces the diff from #3746.
This commit is contained in:
parent
a31d7d4e5e
commit
e21aa43212
2 changed files with 0 additions and 7 deletions
|
@ -81,12 +81,6 @@ struct ValidPathInfo
|
|||
/* Return true iff the path is verifiably content-addressed. */
|
||||
bool isContentAddressed(const Store & store) const;
|
||||
|
||||
/* Functions to view references + hasSelfReference as one set, mainly for
|
||||
compatibility's sake. */
|
||||
StorePathSet referencesPossiblyToSelf() const;
|
||||
void insertReferencePossiblyToSelf(StorePath && ref);
|
||||
void setReferencesPossiblyToSelf(StorePathSet && refs);
|
||||
|
||||
static const size_t maxSigs = std::numeric_limits<size_t>::max();
|
||||
|
||||
/* Return the number of signatures on this .narinfo that were
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue