Skip to content

Commit 446c29e

Browse files
brian-pickensJamesKovacs
authored andcommitted
CSHARP-1809: Enable GridGFDownloadStream to be mockable
1 parent fd5e3f7 commit 446c29e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/MongoDB.Driver.GridFS/GridFSDownloadStream.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ namespace MongoDB.Driver.GridFS
2626
/// <typeparam name="TFileId">The type of the file identifier.</typeparam>
2727
public abstract class GridFSDownloadStream<TFileId> : Stream
2828
{
29-
// constructors
30-
internal GridFSDownloadStream()
31-
{
32-
}
33-
3429
// public properties
3530
/// <summary>
3631
/// Gets the files collection document.

0 commit comments

Comments
 (0)