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

* Revert r15436. This was a workaround for a bug in btrfs which seems

to have been fixed now.
This commit is contained in:
Eelco Dolstra 2010-05-04 12:42:58 +00:00
parent f92c9a0ac5
commit a0e3b84fac
2 changed files with 0 additions and 9 deletions

View file

@ -64,7 +64,6 @@ struct ParseSink
virtual void isExecutable() { };
virtual void preallocateContents(unsigned long long size) { };
virtual void receiveContents(unsigned char * data, unsigned int len) { };
virtual void finalizeContents(unsigned long long size) { };
virtual void createSymlink(const Path & path, const string & target) { };
};