From 6261b83dbfd000fc7bb829571dc515d8c6a7c927 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 20 Aug 2009 15:29:25 -0500 Subject: [PATCH] Fix unused variable modem --- src/sms.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sms.c b/src/sms.c index 1bb9d4c..775802a 100644 --- a/src/sms.c +++ b/src/sms.c @@ -633,7 +633,6 @@ static inline gboolean handle_mwi(struct ofono_sms *sms, struct sms *s) void ofono_sms_deliver_notify(struct ofono_sms *sms, unsigned char *pdu, int len, int tpdu_len) { - struct ofono_modem *modem = __ofono_atom_get_modem(sms->atom); struct sms s; enum sms_class cls; -- 2.7.4