From: Gerhard Sittig Date: Sun, 30 Apr 2023 09:02:47 +0000 (+0200) Subject: binary_helpers: remove unused u64 and float variants (dead code) X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=4d480e97922b6673a16b858d8702c670e0ac949b;hp=4d480e97922b6673a16b858d8702c670e0ac949b;p=libsigrok.git binary_helpers: remove unused u64 and float variants (dead code) Remove support for uint64_t and float data types in the extraction of number values from byte streams. These are unused in current mainline. The larger types even don't fit in the single precision result, the 32bit integer already suffers from precision loss during conversion to float. ---