1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 19:03:16 +02:00

Remove unused function

This commit is contained in:
Eelco Dolstra 2014-02-26 18:48:32 +01:00
parent d58ceae022
commit 509993e598
2 changed files with 0 additions and 32 deletions

View file

@ -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. */