зеркало из https://github.com/mozilla/pjs.git
Remove TypeIsUint8Clamped as it's now unused. No bug, r=sparky
--HG-- extra : rebase_source : e23d48ea20a8e5bdd10e1e62579993ec30d40170
This commit is contained in:
Родитель
7c60c381e0
Коммит
c0d43961ea
|
@ -479,9 +479,6 @@ template<> inline const bool TypeIsUnsigned<uint8_t>() { return true; }
|
|||
template<> inline const bool TypeIsUnsigned<uint16_t>() { return true; }
|
||||
template<> inline const bool TypeIsUnsigned<uint32_t>() { return true; }
|
||||
|
||||
template<typename T> static inline const bool TypeIsUint8Clamped() { return false; }
|
||||
template<> inline const bool TypeIsUint8Clamped<uint8_clamped>() { return true; }
|
||||
|
||||
template <typename T>
|
||||
class TypedElementsHeader : public ElementsHeader
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче