From c98b951fe627e39c4c3ec699e4453d7803e51e11 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 8 Feb 2010 12:28:23 -0600 Subject: Refactor: Remove atutil dump_response No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 --- drivers/atmodem/atutil.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'drivers/atmodem/atutil.c') diff --git a/drivers/atmodem/atutil.c b/drivers/atmodem/atutil.c index 28a192a4..5a409b80 100644 --- a/drivers/atmodem/atutil.c +++ b/drivers/atmodem/atutil.c @@ -35,17 +35,6 @@ #include "atutil.h" #include "vendor.h" -void dump_response(const char *func, gboolean ok, GAtResult *result) -{ - GSList *l; - - ofono_debug("%s got result: %d", func, ok); - ofono_debug("Final response: %s", result->final_or_pdu); - - for (l = result->lines; l; l = l->next) - ofono_debug("Response line: %s", (char *) l->data); -} - void decode_at_error(struct ofono_error *error, const char *final) { if (!strcmp(final, "OK")) { -- cgit v1.2.3