Remove invalid assertion as \n has length 0

This commit is contained in:
Francisco Blas (klondike) Izquierdo Riera 2014-11-24 13:12:40 +01:00
parent 0e27e4219d
commit 3f2641595b
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
uhub_assert(X); \
uhub_assert(X->cache); \
uhub_assert(X->capacity); \
uhub_assert(X->length); \
uhub_assert(X->length <= X->capacity); \
uhub_assert(X->references > 0); \
uhub_assert(X->length == strlen(X->cache));