Remove some debug stuff

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6558 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-12-11 20:53:10 +00:00
parent 3528629d9a
commit c7b736bb56
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
typedef std::pair<char, std::string> replace_t;
typedef std::vector<replace_t> replace_v;
static replace_v replacements;
#pragma optimize("",off)
static void CreateReplacementFile(std::string &filename)
{
std::ofstream replace(filename.c_str());
@ -80,7 +80,7 @@ std::string HLE_IPC_BuildFilename(const char* _pFilename, int _size)
return path_full;
}
#pragma optimize("",on)
CWII_IPC_HLE_Device_FileIO::CWII_IPC_HLE_Device_FileIO(u32 _DeviceID, const std::string& _rDeviceName)
: IWII_IPC_HLE_Device(_DeviceID, _rDeviceName, false) // not a real hardware
, m_pFileHandle(NULL)