Remove unused struct field.

This commit is contained in:
Andrzej Zaborowski 2009-09-24 00:35:15 +02:00 committed by Denis Kenzior
parent cb19aa987f
commit c98e99aef2
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ struct ofono_sim {
unsigned char efmsisdn_records;
unsigned char *efli;
unsigned char efli_length;
unsigned int next_ready_watch_id;
struct ofono_watchlist *ready_watches;
const struct ofono_sim_driver *driver;
void *driver_data;