call-barring: Remove unneeded variable

This was forgotten by the previous patch
This commit is contained in:
Denis Kenzior 2011-02-09 21:03:01 -06:00
parent 746ee088f7
commit fb7e6652d2
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ struct ofono_call_barring {
int ss_req_type;
int ss_req_cls;
int ss_req_lock;
struct ofono_ssn *ssn;
struct ofono_ussd *ussd;
unsigned int ussd_watch;
const struct ofono_call_barring_driver *driver;