summaryrefslogtreecommitdiffstats
path: root/src/call-barring.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-02-09 21:03:01 -0600
committerDenis Kenzior <denkenz@gmail.com>2011-02-09 21:03:45 -0600
commitfb7e6652d21620d61b4d6b25a93fa97b3baa72f5 (patch)
treefb855d59bbbe94ad1aaf7eef2600d139b234232a /src/call-barring.c
parent746ee088f794aa5af0a7e7c48c2eb444efe0abd2 (diff)
downloadofono-fb7e6652d21620d61b4d6b25a93fa97b3baa72f5.tar.bz2
call-barring: Remove unneeded variable
This was forgotten by the previous patch
Diffstat (limited to 'src/call-barring.c')
-rw-r--r--src/call-barring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/call-barring.c b/src/call-barring.c
index 77399b4c..e6570e09 100644
--- a/src/call-barring.c
+++ b/src/call-barring.c
@@ -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;