1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 11:21:47 +02:00

Remove dead function

This commit is contained in:
Eelco Dolstra 2019-04-16 14:08:14 +02:00
parent 035ac44354
commit aecf07b1d6
2 changed files with 0 additions and 28 deletions

View file

@ -29,8 +29,6 @@ struct LockFile
Path getUserRegistryPath();
Value * makeFlakeRegistryValue(EvalState & state);
void makeFlakeValue(EvalState & state, const FlakeRef & flakeRef, bool impureTopRef, Value & v);
std::shared_ptr<FlakeRegistry> readRegistry(const Path &);