diff options
author | Andrzej Zaborowski <andrew.zaborowski@intel.com> | 2009-05-19 17:52:52 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-05-20 13:10:07 -0500 |
commit | 64bde6343136d439ab10182e0fe5f632f8e0c3e8 (patch) | |
tree | f831c029d7ebbc1bca4f9c400262e118bafb3f52 /drivers/atmodem/voicecall.c | |
parent | 80828c5ee393d2530a9e4ffd9c890a87a89c6bfc (diff) | |
download | ofono-64bde6343136d439ab10182e0fe5f632f8e0c3e8.tar.bz2 |
Remove yet more unused variables.
Diffstat (limited to 'drivers/atmodem/voicecall.c')
-rw-r--r-- | drivers/atmodem/voicecall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 1ac373b9..e5c8d49f 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -192,7 +192,6 @@ static GSList *parse_clcc(GAtResult *result) GAtResultIter iter; GSList *l = NULL; int id, dir, status, type, number_type; - //const char *str; struct ofono_call *call; g_at_result_iter_init(&iter, result); @@ -776,7 +775,6 @@ static void cring_notify(GAtResult *result, gpointer user_data) const char *line; int type; struct ofono_call *call; - //GSList *l; dump_response("cring_notify", TRUE, result); |