From d74d6c2e06653be7117e72c75526487e138ddd90 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 4 Sep 2009 20:19:50 -0500 Subject: [PATCH] Fix unused variable warning --- drivers/calypsomodem/voicecall.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index 925ce79..1eaeb79 100644 --- a/drivers/calypsomodem/voicecall.c +++ b/drivers/calypsomodem/voicecall.c @@ -197,8 +197,6 @@ static void calypso_deflect(struct ofono_voicecall *vc, static void calypso_send_dtmf(struct ofono_voicecall *vc, const char *dtmf, ofono_voicecall_cb_t cb, void *data) { - struct voicecall_data *vd = ofono_voicecall_get_data(vc); - struct cb_data *cbd = cb_data_new(cb, data); int len = strlen(dtmf); int s; int i; -- 2.7.4