Minor
This commit is contained in:
parent
99159e52a3
commit
70416de298
|
@ -342,8 +342,6 @@ struct Sanitizer
|
||||||
|
|
||||||
template <typename Type, int Bytes> struct BEInt;
|
template <typename Type, int Bytes> struct BEInt;
|
||||||
|
|
||||||
/* LONGTERMTODO: On machines allowing unaligned access, we can make the
|
|
||||||
* following tighter by using byteswap instructions on ints directly. */
|
|
||||||
template <typename Type>
|
template <typename Type>
|
||||||
struct BEInt<Type, 2>
|
struct BEInt<Type, 2>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue