ObjParser: remove dead code.

pull/1060/head
Kim Kulling 2016-11-08 20:35:21 +01:00
parent 5ff1c39e02
commit 9f96126362
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ template<class T>
inline
bool IOStreamBuffer<T>::getNextLine( std::vector<T> &buffer ) {
buffer.resize( m_cacheSize );
//::memset( &buffer[ 0 ], '\n', m_cacheSize );
if ( m_cachePos == m_cacheSize || 0 == m_filePos ) {
if ( !readNextBlock() ) {
return false;