Skip to content

Commit 292a56c

Browse files
brian-pickensJamesKovacs
authored andcommitted
CSHARP-1809: Allow GridFSUploadStream to be mockable
1 parent 446c29e commit 292a56c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/MongoDB.Driver.GridFS/GridFSUploadStream.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ namespace MongoDB.Driver.GridFS
2727
/// <typeparam name="TFileId">The type of the file identifier.</typeparam>
2828
public abstract class GridFSUploadStream<TFileId> : Stream
2929
{
30-
// constructors
31-
internal GridFSUploadStream()
32-
{
33-
}
34-
3530
// public properties
3631
/// <summary>
3732
/// Gets the id of the file being added to GridFS.

0 commit comments

Comments
 (0)