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