mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 04:45:33 -04:00
epee: syncobj: replace shims with Boost classes
a. `critical_section` is functionally identical to a `boost::recursive_mutex` b. `critical_region_t` is functionally identical to a `boost::unique_lock` c. remove some vestigial definitons `g_test_dbg_lock_sleep` as a variable
This commit is contained in:
parent
977dedce2c
commit
8af33c71cf
5 changed files with 5 additions and 85 deletions
|
@ -51,7 +51,6 @@
|
|||
|
||||
|
||||
using namespace std;
|
||||
//unsigned int epee::g_test_dbg_lock_sleep = 0;
|
||||
|
||||
namespace Consts
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue