X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=portable_io.h;h=fdd4165d70e5acda33fe2b97f1b3141730ce0c08;hb=0b0434f3debae3fc5cd768f5de32f84f05e79761;hp=81dfcf57fc788ba9888d31a520e2f7b71e43774f;hpb=6d87d92d6be3d9aeeda162e639ec9e25d2e0f06d;p=paraslash.git diff --git a/portable_io.h b/portable_io.h index 81dfcf57..fdd4165d 100644 --- a/portable_io.h +++ b/portable_io.h @@ -58,11 +58,6 @@ static inline uint32_t read_u32_be(const void *buf) return read_portable_be(32, buf); } -static inline uint32_t read_u24_be(const void *buf) -{ - return read_portable_be(24, buf); -} - static inline uint16_t read_u16_be(const void *buf) { return read_portable_be(16, buf);