mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Comment out TransactionScope code
The TransactionScope class is compiled but never used. Comment it out for now.
This commit is contained in:
parent
13c0e6f5ef
commit
1222bcbf6e
|
@ -1519,7 +1519,7 @@ GSRendererSW::SharedData::~SharedData()
|
||||||
fflush(s_fp);}
|
fflush(s_fp);}
|
||||||
}
|
}
|
||||||
|
|
||||||
static TransactionScope::Lock s_lock;
|
//static TransactionScope::Lock s_lock;
|
||||||
|
|
||||||
void GSRendererSW::SharedData::UsePages(const uint32* fb_pages, int fpsm, const uint32* zb_pages, int zpsm)
|
void GSRendererSW::SharedData::UsePages(const uint32* fb_pages, int fpsm, const uint32* zb_pages, int zpsm)
|
||||||
{
|
{
|
||||||
|
|
|
@ -443,7 +443,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
// http://software.intel.com/en-us/blogs/2012/11/06/exploring-intel-transactional-synchronization-extensions-with-intel-software
|
// http://software.intel.com/en-us/blogs/2012/11/06/exploring-intel-transactional-synchronization-extensions-with-intel-software
|
||||||
|
#if 0
|
||||||
class TransactionScope
|
class TransactionScope
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -541,4 +541,4 @@ public:
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue