Fix unused variable warning

This commit is contained in:
Denis Kenzior 2009-07-13 22:31:16 -05:00
parent 90f3cdb8d6
commit 3d1dd9d452
1 changed files with 0 additions and 2 deletions

View File

@ -274,7 +274,6 @@ static bool revision_resp_cb(GIsiClient *client, const void *restrict data,
{
const unsigned char *msg = data;
struct isi_cb_data *cbd = opaque;
struct ofono_error err;
ofono_modem_attribute_query_cb_t cb = cbd->cb;
if(!msg) {
@ -341,7 +340,6 @@ static bool serial_resp_cb(GIsiClient *client, const void *restrict data,
{
const unsigned char *msg = data;
struct isi_cb_data *cbd = opaque;
struct ofono_error err;
ofono_modem_attribute_query_cb_t cb = cbd->cb;
if(!msg) {