mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Remove another unused function
This commit is contained in:
parent
509993e598
commit
432328cc55
2 changed files with 0 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue