all: and yet more cleanups; NFCI

This commit is contained in:
Markus F.X.J. Oberhumer
2024-03-25 11:07:40 +01:00
parent 7e839e6962
commit a27a9e6000
16 changed files with 72 additions and 48 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ protected:
unsigned image_size, int bits, bool bswap);
// TE - Target Endianness abstraction
#if 0
#if !(DEBUG)
// permissive version using "void *"
inline unsigned get_te16(const void *p) const noexcept { return bele->get16(p); }
inline unsigned get_te32(const void *p) const noexcept { return bele->get32(p); }