Backed out changeset 34f371b1024b (bug 1021290) for Windows build bustage on a CLOSED TREE

This commit is contained in:
Wes Kocher 2014-06-05 17:35:47 -07:00
parent 77b56d540f
commit 676b8051d8

View File

@ -866,7 +866,6 @@ template<typename T>
struct IntrinsicAddSub<T*> : public IntrinsicApplyHelper<T*>
{
typedef typename IntrinsicApplyHelper<T*>::ValueType ValueType;
typedef typename IntrinsicBase<T>::Primitives Primitives;
static ValueType add(ValueType& aPtr, ptrdiff_t aAmount)
{
@ -894,7 +893,6 @@ struct AtomicIntrinsics : public IntrinsicMemoryOps<T, Order>,
public IntrinsicIncDec<T>
{
typedef typename IntrinsicIncDec<T>::ValueType ValueType;
typedef typename IntrinsicBase<T>::Primitives Primitives;
static ValueType or_(ValueType& aPtr, T aVal)
{