Removed unintentional thought mumbling left-over that would fortunately cause

no harm.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30002 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-04-07 17:40:16 +00:00
parent ed1b27536b
commit 6cf94c8595

View File

@ -280,7 +280,6 @@ IOOperation::Finish()
// The vector extends beyond the end offset -- cut it. // The vector extends beyond the end offset -- cut it.
length = endOffset - offset; length = endOffset - offset;
length -= offset + length - endOffset;
} }
if (base >= bounceBufferStart && base < bounceBufferEnd) { if (base >= bounceBufferStart && base < bounceBufferEnd) {