This commit is contained in:
Behdad Esfahbod 2012-06-09 00:56:41 -04:00
parent 99159e52a3
commit 70416de298
1 changed files with 0 additions and 2 deletions

View File

@ -342,8 +342,6 @@ struct Sanitizer
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>
struct BEInt<Type, 2>
{