Remove invalid assertion as \n has length 0
This commit is contained in:
parent
0e27e4219d
commit
3f2641595b
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user