about summary refs log tree commit diff
path: root/src/libutil/util.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-26T17·48+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-26T17·48+0100
commit509993e5983e333f5a50ee75d71c742590d304fb (patch)
tree1d56170f180d253998b6108183fb0b6a9715aa05 /src/libutil/util.hh
parentd58ceae022ad887686e55068db7229f931eb96af (diff)
Remove unused function
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r--src/libutil/util.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index 2335cbf98820..c5c3fb2c3568 100644
--- a/src/libutil/util.hh
+++ b/src/libutil/util.hh
@@ -78,10 +78,6 @@ string readLine(int fd);
 /* Write a line to a file descriptor. */
 void writeLine(int fd, string s);
 
-/* Compute the sum of the sizes of all files in `path'. */
-void computePathSize(const Path & path,
-    unsigned long long & bytes, unsigned long long & blocks);
-
 /* Delete a path; i.e., in the case of a directory, it is deleted
    recursively.  Don't use this at home, kids.  The second variant
    returns the number of bytes and blocks freed. */