Remove dead code

This commit is contained in:
Andreas Öman 2008-09-27 18:34:34 +00:00
parent 970f692308
commit c4ea9dc028

15
htsp.c
View file

@ -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
/**
*