mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
Remove unnecessary overrides of add methods.
This commit is contained in:
parent
8a9baa0a30
commit
ee1241da86
2 changed files with 0 additions and 50 deletions
|
|
@ -108,18 +108,6 @@ private:
|
|||
|
||||
void registerValidPaths(const ValidPathInfos & infos) override;
|
||||
|
||||
void addToStore(const ValidPathInfo & info, Source & source,
|
||||
RepairFlag repair, CheckSigsFlag checkSigs) override;
|
||||
|
||||
StorePath addToStoreFromDump(Source & dump, std::string_view name,
|
||||
FileIngestionMethod method, HashType hashAlgo, RepairFlag repair, const StorePathSet & references) override;
|
||||
|
||||
StorePath addTextToStore(
|
||||
std::string_view name,
|
||||
std::string_view s,
|
||||
const StorePathSet & references,
|
||||
RepairFlag repair) override;
|
||||
|
||||
void queryRealisationUncached(const DrvOutput&,
|
||||
Callback<std::shared_ptr<const Realisation>> callback) noexcept override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue