summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atmodem/voicecall.c')
-rw-r--r--drivers/atmodem/voicecall.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c
index 7e38ffea..8d4b3cd5 100644
--- a/drivers/atmodem/voicecall.c
+++ b/drivers/atmodem/voicecall.c
@@ -180,14 +180,6 @@ static struct ofono_call *create_call(struct voicecall_data *d, int type,
return call;
}
-#if 0
-static void destroy_call(struct ofono_call *call, struct voicecall_data *d)
-{
-
- g_free(call);
-}
-#endif
-
static GSList *parse_clcc(GAtResult *result)
{
GAtResultIter iter;