mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Remove a prototype for a function that no longer exists.
This commit is contained in:
parent
deb342fb08
commit
6b9f6b0222
1 changed files with 0 additions and 3 deletions
|
@ -185,9 +185,6 @@ private:
|
|||
};
|
||||
|
||||
|
||||
/* Copy a path recursively. */
|
||||
void copyPath(const Path & src, const Path & dst);
|
||||
|
||||
/* "Fix", or canonicalise, the meta-data of the files in a store path
|
||||
after it has been built. In particular:
|
||||
- the last modification date on each file is set to 1 (i.e.,
|
||||
|
|
Loading…
Reference in a new issue