diff options
| author | Denis Kenzior <denkenz@gmail.com> | 2009-08-20 15:29:25 -0500 |
|---|---|---|
| committer | Denis Kenzior <denkenz@gmail.com> | 2009-08-20 15:39:13 -0500 |
| commit | 6261b83dbfd000fc7bb829571dc515d8c6a7c927 (patch) | |
| tree | b301e72a9c0fcce6927d4fbbd445318ad6eb42b2 | |
| parent | a81852b761b02051ffa08b622c01d37b93996451 (diff) | |
| download | ofono-6261b83dbfd000fc7bb829571dc515d8c6a7c927.tar.bz2 | |
Fix unused variable modem
| -rw-r--r-- | src/sms.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |