From a4a172d42dbefe39ed3e23224c0ee0956730d60e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 28 May 2009 20:44:03 -0500 Subject: [PATCH] Remove unused function --- drivers/atmodem/voicecall.c | 8 -------- 1 file changed, 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;