From 1fae63de23320a1663b7c591e247ad81852ab6dc Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 22 Nov 2020 13:00:06 +0100 Subject: Support 16-bit short --- minicc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'minicc.h') diff --git a/minicc.h b/minicc.h index e9d5569..7542c2e 100644 --- a/minicc.h +++ b/minicc.h @@ -52,5 +52,3 @@ struct PairHashSS { std::string demangle(const std::type_info& type); -std::vector to_little_endian(uint32_t value); -uint32_t from_little_endian(const std::vector& value); -- cgit v1.2.3