Remove TODOs

This commit is contained in:
Dario Casalinuovo 2016-03-08 00:27:58 +01:00
parent 382c78dfac
commit 050118ef53

View File

@ -52,7 +52,6 @@ public:
// We have to reset our BDataIO reference too // We have to reset our BDataIO reference too
fData = dynamic_cast<BDataIO*>(fPosition); fData = dynamic_cast<BDataIO*>(fPosition);
} else { } else {
// TODO: fallback buffering
// In this case we have to supply our own form // In this case we have to supply our own form
// of pseudo-seekable object from a non-seekable // of pseudo-seekable object from a non-seekable
// BDataIO. // BDataIO.
@ -145,8 +144,6 @@ public:
if (IsEndless()) if (IsEndless())
return B_NOT_SUPPORTED; return B_NOT_SUPPORTED;
// TODO: What a non seekable stream should do here?
return fPosition->SetSize(size); return fPosition->SetSize(size);
} }