diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-10-10 15:07:50 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-10 15:07:50 +0200 |
commit | 90df25ef7eb5157868a744906eaf6401430bb93d (patch) | |
tree | 31fdddf221bdbd88ab1dcad94c8887963ff31fc3 /src/libutil | |
parent | e99bb9121787ae30a1872f63b326ce5c130ec7ef (diff) |
Fix build
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/util.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index 9f8c7092d..814028442 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -122,10 +122,6 @@ void deletePath(const Path & path); void deletePath(const Path & path, unsigned long long & bytesFreed); -/* Create a temporary directory. */ -Path createTempDir(const Path & tmpRoot = "", const Path & prefix = "nix", - bool includePid = true, bool useGlobalCounter = true, mode_t mode = 0755); - std::string getUserName(); /* Return $HOME or the user's home directory from /etc/passwd. */ |