edc_parser: remove unnecessary code.

This commit is contained in:
Hermet Park 2016-03-07 21:50:30 +09:00
parent 665bcb9b55
commit ea3d989d70
1 changed files with 0 additions and 1 deletions

View File

@ -552,7 +552,6 @@ cur_state_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED)
while (temp_pos && (temp_pos < name_end))
{
tab_pos = temp_pos;
temp_pos++;
temp_pos = strchr(p, '\t');
}