From c4ea9dc028a714b386cadadec67ca6791b45a20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 27 Sep 2008 18:34:34 +0000 Subject: [PATCH] Remove dead code --- htsp.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/htsp.c b/htsp.c index 16f20fbb..386ec44c 100644 --- a/htsp.c +++ b/htsp.c @@ -216,21 +216,6 @@ htsp_send_message(htsp_connection_t *htsp, htsmsg_t *m, htsp_msg_q_t *hmq) htsp_send(htsp, m, NULL, hmq ?: &htsp->htsp_hmq_ctrl); } -#if 0 -/** - * - */ -static void -htsp_send_message(htsp_connection_t *htsp, htsmsg_t *m, int queue) -{ - htsp_msg_q_t *hm = malloc(sizeof(htsp_msg_q_t)); - - hm->hm_msg = m; - hm->hm_pktref = NULL; - - -} -#endif /** *