1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 15:48:00 +02:00

Remove unused functions

This commit is contained in:
John Ericson 2020-08-04 22:10:13 +00:00
parent fbeb8695fb
commit 45b6fdb22b
2 changed files with 0 additions and 18 deletions

View file

@ -126,6 +126,4 @@ StorePathCAMap readStorePathCAMap(const Store & store, Source & from);
void writeStorePathCAMap(const Store & store, Sink & out, const StorePathCAMap & paths);
void writeOutputPathMap(const Store & store, Sink & out, const OutputPathMap & paths);
}