eina: that was a useless piece of code !

SVN revision: 70930
This commit is contained in:
Cedric BAIL 2012-05-11 10:51:29 +00:00
parent 3c383ba958
commit 061c37176d
1 changed files with 0 additions and 2 deletions

View File

@ -1195,8 +1195,6 @@ _eina_file_map_lines_iterator_next(Eina_Lines_Iterator *it, void **data)
if (it->boundary == 0) it->boundary = 4096;
it->current.line.start = it->current.line.end;
while (*eol == '\n' || *eol == '\r')
eol--;
it->current.line.end = eol;
it->current.length = eol - it->current.line.start - 1;