Skip to content

Commit

Permalink
Is StreamView::freeSectors needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and jeremy-visionaid committed Nov 14, 2024
1 parent 0b5b8f7 commit 2a0b20b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/OpenMcdf/StreamView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ internal sealed class StreamView : Stream
private long position;
private readonly Stream stream;
private readonly bool isFatStream;
private readonly List<Sector> freeSectors = new();
public IEnumerable<Sector> FreeSectors => freeSectors;

public StreamView(List<Sector> sectorChain, int sectorSize, Stream stream)
{
Expand Down

0 comments on commit 2a0b20b

Please sign in to comment.