GSdx: Comment out TransactionScope code

The TransactionScope class is compiled but never used. Comment it out
for now.
This commit is contained in:
Jonathan Li 2015-03-01 16:40:48 +00:00
parent 13c0e6f5ef
commit 1222bcbf6e
2 changed files with 3 additions and 3 deletions

View File

@ -1519,7 +1519,7 @@ GSRendererSW::SharedData::~SharedData()
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)
{

View File

@ -443,7 +443,7 @@ public:
};
// http://software.intel.com/en-us/blogs/2012/11/06/exploring-intel-transactional-synchronization-extensions-with-intel-software
#if 0
class TransactionScope
{
public:
@ -541,4 +541,4 @@ public:
#endif
}
};
#endif