cdmamodem: Remove unneeded assignments

This commit is contained in:
Denis Kenzior 2011-01-12 23:05:44 -06:00
parent a13116f49c
commit 613be55183
1 changed files with 0 additions and 2 deletions

View File

@ -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)