summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-09-24 00:35:15 +0200
committerDenis Kenzior <denkenz@gmail.com>2009-09-23 14:27:49 -0500
commitc98e99aef27c47355219cec72a99885c679e60d1 (patch)
tree01f29f1c2434ad1f47e1ed63052d9a0450dae81e
parentcb19aa987fd30997d852041972a5048ec7f2db3a (diff)
downloadofono-c98e99aef27c47355219cec72a99885c679e60d1.tar.bz2
Remove unused struct field.
-rw-r--r--src/sim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim.c b/src/sim.c
index ec003ee5..746c7a88 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -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;