summaryrefslogtreecommitdiffstats
path: root/drivers/cdmamodem/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-01-12 23:05:44 -0600
committerDenis Kenzior <denkenz@gmail.com>2011-01-12 23:05:44 -0600
commit613be55183b1b07434bf17419f795b2416feb93e (patch)
tree727b096883fe6847f37e92adf5597c0496c17032 /drivers/cdmamodem/voicecall.c
parenta13116f49c6641cb58dd950f5e5799b6b84b8ed7 (diff)
downloadofono-613be55183b1b07434bf17419f795b2416feb93e.tar.bz2
cdmamodem: Remove unneeded assignments
Diffstat (limited to 'drivers/cdmamodem/voicecall.c')
-rw-r--r--drivers/cdmamodem/voicecall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cdmamodem/voicecall.c b/drivers/cdmamodem/voicecall.c
index c294e435..5b4f3ccc 100644
--- a/drivers/cdmamodem/voicecall.c
+++ b/drivers/cdmamodem/voicecall.c
@@ -58,8 +58,6 @@ static void cdma_template(const char *cmd, struct ofono_cdma_voicecall *vc,
goto error;
cbd->user = vc;
- cbd->cb = cb;
- cbd->data = data;
if (g_at_chat_send(vd->chat, cmd, none_prefix,
result_cb, cbd, g_free) > 0)