Skip to content

Commit

Permalink
Merge pull request #1313 from gsomix/feature/parser
Browse files Browse the repository at this point in the history
 fix of unused variable warning
  • Loading branch information
Soeren Sonnenburg committed Jul 25, 2013
2 parents f8ea22c + 31f4073 commit ee96957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/lib/CircularBuffer.cpp
Expand Up @@ -180,7 +180,6 @@ bool CCircularBuffer::has_next()
if (m_bytes_count==0)
return false;

int32_t tail_length=m_end_pos-m_buffer.vector;
int32_t head_length=m_buffer_end-m_begin_pos;

// determine position of finder pointer in memory block
Expand Down

0 comments on commit ee96957

Please sign in to comment.