fix to compile when DEBUG not defined

This commit is contained in:
Eric House 2013-07-16 08:17:46 -07:00
parent 4d9d65b67e
commit 62dacb83d8

View file

@ -1132,6 +1132,7 @@ assertQueueOk( const CommsCtxt* comms )
XP_LOGF( "%s: queueLen unexpectedly high: %d", __func__, count );
}
}
#endif
static XP_Bool
elems_same( const MsgQueueElem* elem1, const MsgQueueElem* elem2 )
@ -1142,7 +1143,6 @@ elems_same( const MsgQueueElem* elem1, const MsgQueueElem* elem2 )
&& 0 == XP_MEMCMP( elem1->msg, elem2->msg, elem1->len );
return same;
}
#endif
static void
freeElem( const CommsCtxt* XP_UNUSED_DBG(comms), MsgQueueElem* elem )