Remove unused struct field.
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>
Wed, 23 Sep 2009 22:35:15 +0000 (00:35 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 23 Sep 2009 19:27:49 +0000 (14:27 -0500)
src/sim.c

index ec003ee..746c7a8 100644 (file)
--- 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;