isimodem: Remove unnecessary check

This commit is contained in:
Aki Niemi 2010-12-21 09:26:12 +02:00
parent 4e91ea67d2
commit ef22691f71
1 changed files with 0 additions and 3 deletions

View File

@ -219,9 +219,6 @@ static void read_next_entry(GIsiClient *client, uint16_t location,
0, 0 /* filler */
};
if (location < 0)
goto error;
if (cbd == NULL)
goto error;