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:
parent
f92c9a0ac5
commit
a0e3b84fac
2 changed files with 0 additions and 9 deletions
|
@ -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) { };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue