Skip to content

Commit

Permalink
RingBuffer: Suppress a compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed May 6, 2011
1 parent 705613e commit 333e4ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/ringbuffer.cpp
Expand Up @@ -786,7 +786,6 @@ void RingBuffer::run(void)
poslock.lockForWrite();
rbwlock.lockForWrite();
internalreadpos += read_return;
off_t donotneed = internalreadpos;
rbwpos = (rbwpos + read_return) % kBufferSize;
VERBOSE(VB_FILE|VB_EXTRA,
LOC + QString("rbwpos += %1K requested %2K in read")
Expand Down

0 comments on commit 333e4ed

Please sign in to comment.