Skip to content

Commit

Permalink
Removed warning-causing empty backslashed line in AsciiFile
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jun 30, 2012
1 parent 4bc9001 commit c86b318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/io/AsciiFile.cpp
Expand Up @@ -320,7 +320,6 @@ void CAsciiFile::fname(SGSparseVector<sg_type>*& matrix, int32_t& num_feat, int3
matrix=SG_MALLOC(SGSparseVector<sg_type>, num_vec); \
for (int i=0; i<num_vec; i++) \
new (&matrix[i]) SGSparseVector<sg_type>(); \
\
rewind(file); \
sz=blocksize; \
int32_t lines=0; \
Expand Down

0 comments on commit c86b318

Please sign in to comment.