Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Sep 13, 2020
1 parent 60e42a9 commit 8c65752
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/System.IO.Abstractions.TestingHelpers/MockFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,6 @@ private Stream OpenInternal(
var mockFileData = mockFileDataAccessor.GetFile(path);
mockFileData.CheckFileAccess(path, access);

var length = mockFileData.Contents.Length;

return new MockFileStream(mockFileDataAccessor, path, mode, access, options);
}

Expand Down

0 comments on commit 8c65752

Please sign in to comment.