1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-23 17:31:08 +01:00

Remove assertion

This commit is contained in:
Eelco Dolstra 2025-12-17 12:52:26 +01:00
parent 7998508a40
commit 97e3816b24

View file

@ -1094,11 +1094,6 @@ struct GitFileSystemObjectSinkImpl : GitFileSystemObjectSink
{
}
~GitFileSystemObjectSinkImpl()
{
assert(totalBufSize == 0);
}
struct Child;
/// A directory to be written as a Git tree.