--- CBOR-XS/XS.xs 2016/11/26 02:10:19 1.61 +++ CBOR-XS/XS.xs 2016/11/26 02:11:52 1.62 @@ -189,7 +189,6 @@ ecb_inline int minimum_string_length (UV idx) { - return idx <= 23 ? 3 : idx <= 0xffU ? 4 : idx <= 0xffffU ? 5