Remove invalid assertion as \n has length 0

This commit is contained in:
Francisco Blas (klondike) Izquierdo Riera
2014-11-25 09:07:03 +01:00
parent 0e27e4219d
commit 3f2641595b
-1
View File
@@ -24,7 +24,6 @@
uhub_assert(X); \ uhub_assert(X); \
uhub_assert(X->cache); \ uhub_assert(X->cache); \
uhub_assert(X->capacity); \ uhub_assert(X->capacity); \
uhub_assert(X->length); \
uhub_assert(X->length <= X->capacity); \ uhub_assert(X->length <= X->capacity); \
uhub_assert(X->references > 0); \ uhub_assert(X->references > 0); \
uhub_assert(X->length == strlen(X->cache)); uhub_assert(X->length == strlen(X->cache));