From 84efd7c526b4c72165ec51a237360fb31a11d826 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 30 Oct 2011 17:40:16 +0100 Subject: Comment some not compiling code in modemctrl tool Signed-off-by: Simon Busch --- tools/modemctrl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/modemctrl.c b/tools/modemctrl.c index 4d3db75..ff56c48 100644 --- a/tools/modemctrl.c +++ b/tools/modemctrl.c @@ -46,6 +46,7 @@ void print_help() int crespo_read_loop(struct ipc_client *client) { +#if 0 struct ipc_message_info resp; void *io_data = NULL; int fd = -1; @@ -75,6 +76,8 @@ int crespo_read_loop(struct ipc_client *client) free(resp.data); } } +#endif + return 0; } int modem_start(struct ipc_client *client) -- cgit v1.1