diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-10-22T08·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-10-22T08·12+0000 |
commit | 6b9f6b02225035c016cf73868a12aa26bc0ad225 (patch) | |
tree | 88778661993315f55f664bf2616de38feca77957 | |
parent | deb342fb08fb7b366af482664f44e52f749e63b8 (diff) |
* Remove a prototype for a function that no longer exists.
-rw-r--r-- | src/libstore/local-store.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 03b3b389f91e..242239898b98 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -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., |