diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-29 14:18:19 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-29 14:18:58 -0500 |
commit | a25f11862d437dbd9b2e5fa0028b24c59e7fd644 (patch) | |
tree | 7ca4f5189f508ec4d497329a17e94255988a6a7a | |
parent | 7ac963a26fd3c251bee1291daec2d5d1f4a601e9 (diff) | |
download | ofono-a25f11862d437dbd9b2e5fa0028b24c59e7fd644.tar.bz2 |
Fix: Quiet compiler warning
-rw-r--r-- | plugins/mbm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c index 24e5f3da..fd4569c5 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -92,7 +92,6 @@ static void mbm_debug(const char *str, void *user_data) static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data) { struct ofono_modem *modem = user_data; - struct mbm_data *data = ofono_modem_get_data(modem); DBG(""); |