Remove yet more unused variables.

This commit is contained in:
Andrzej Zaborowski 2009-05-19 17:52:52 +02:00 committed by Denis Kenzior
parent 80828c5ee3
commit 64bde63431
3 changed files with 0 additions and 5 deletions

View File

@ -287,7 +287,6 @@ error:
static void cops_list_cb(gboolean ok, GAtResult *result, gpointer user_data)
{
struct cb_data *cbd = user_data;
//struct at_data *at = ofono_modem_userdata(cbd->modem);
ofono_operator_list_cb_t cb = cbd->cb;
struct ofono_network_operator *list;
GAtResultIter iter;
@ -505,7 +504,6 @@ error:
static void csq_notify(GAtResult *result, gpointer user_data)
{
struct ofono_modem *modem = user_data;
//struct at_data *at = ofono_modem_userdata(modem);
int strength;
GAtResultIter iter;

View File

@ -59,7 +59,6 @@ static void at_ussd_request(struct ofono_modem *modem, const char *str,
struct at_data *at = ofono_modem_userdata(modem);
struct cb_data *cbd = cb_data_new(modem, cb, data);
unsigned char *converted;
//struct ofono_error error;
int dcs;
int max_len;
long written;

View File

@ -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);