Fix MSVC workaround in basic_seconds_clock

This commit is contained in:
Vinnie Falco
2014-06-16 10:05:11 -07:00
parent d26dadd9d8
commit 9d819b95bf
2 changed files with 32 additions and 55 deletions

View File

@@ -114,14 +114,6 @@ Error session::clone()
return open(m_fileName, m_connectString);
}
/*
static int infiniteBusyHandler (void* data, int tries)
{
boost::this_thread::sleep (boost::posix_time::seconds(1));
return 1; // try again
}
*/
Error session::open(String fileName, std::string options)
{
Error err;