Revert "typed arrays: fix build on sunos"

This reverts commit 35a137cf8d.
pull/24504/head
Fedor Indutny 2013-01-11 21:01:14 +04:00
parent 35a137cf8d
commit d93346d0fc
1 changed files with 0 additions and 2 deletions

View File

@ -131,8 +131,6 @@ inline uint8_t SwapBytes(uint8_t x) { return x; }
template <>
inline int8_t SwapBytes(int8_t x) { return x; }
template <>
inline signed char SwapBytes(signed char x) { return x; }
template <>
inline uint16_t SwapBytes(uint16_t x) { return V8_TYPED_ARRAY_BSWAP16(x); }
template <>
inline int16_t SwapBytes(int16_t x) { return V8_TYPED_ARRAY_BSWAP16(x); }