Skip to content

Commit 90e792a

Browse files
committed
Remove assertion
1 parent 1867132 commit 90e792a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libfetchers/git-utils.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,11 +1121,6 @@ struct GitFileSystemObjectSinkImpl : GitFileSystemObjectSink
11211121
{
11221122
}
11231123

1124-
~GitFileSystemObjectSinkImpl()
1125-
{
1126-
assert(totalBufSize == 0);
1127-
}
1128-
11291124
struct Child;
11301125

11311126
/// A directory to be written as a Git tree.

0 commit comments

Comments
 (0)