diff --git a/Utilities/types.h b/Utilities/types.h index 06742faa03..53ea90e2c9 100644 --- a/Utilities/types.h +++ b/Utilities/types.h @@ -884,94 +884,6 @@ struct value_hash } }; -// Contains value of any POD type with fixed size and alignment. TT<> is the type converter applied. -// For example, `simple_t` may be used to remove endianness. -template