mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix MSVC workaround in basic_seconds_clock
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user