From 6b9f6b02225035c016cf73868a12aa26bc0ad225 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Thu, 22 Oct 2009 08:12:38 +0000
Subject: [PATCH] * Remove a prototype for a function that no longer exists.

---
 src/libstore/local-store.hh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 03b3b389f..242239898 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.,