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·49+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-26T17·49+0100
commit432328cc550cea6b6ab23b3eeca69dc2307c5c74 (patch)
tree0eab80b0aa4db9624c1592f451a4696c3ad43ce1 /src/libutil/util.hh
parent509993e5983e333f5a50ee75d71c742590d304fb (diff)
Remove another unused function
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r--src/libutil/util.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index c5c3fb2c3568..0351220c2a24 100644
--- a/src/libutil/util.hh
+++ b/src/libutil/util.hh
@@ -85,9 +85,6 @@ void deletePath(const Path & path);
 
 void deletePath(const Path & path, unsigned long long & bytesFreed);
 
-/* Make a path read-only recursively. */
-void makePathReadOnly(const Path & path);
-
 /* Create a temporary directory. */
 Path createTempDir(const Path & tmpRoot = "", const Path & prefix = "nix",
     bool includePid = true, bool useGlobalCounter = true, mode_t mode = 0755);