Skip to content

Commit

Permalink
Remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Feb 8, 2018
1 parent 0a367e5 commit 4fadf7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MetadataExtractor/IO/IndexedCapturingReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ protected override bool IsValidIndex(int index, int bytesRequested)

var chunkIndex = endIndex / _chunkLength;

// TODO test loading several chunks for a single request
while (chunkIndex >= _chunks.Count)
{
Debug.Assert(!_isStreamFinished);
Expand Down

0 comments on commit 4fadf7f

Please sign in to comment.