mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-14 14:41:15 +01:00
Remove 2 comments, these variables should actually be safe as normal bools.
This commit is contained in:
parent
6172b0eee4
commit
d363ad43c2
@ -115,7 +115,6 @@ protected:
|
||||
|
||||
Ref<WebPermission> _web_permission;
|
||||
|
||||
//TODO this should be atomic
|
||||
bool _write_lock_requested;
|
||||
RWLock _rw_lock;
|
||||
};
|
||||
|
@ -62,7 +62,6 @@ protected:
|
||||
WebNode *_web_root;
|
||||
HTTPSessionManager *_session_manager;
|
||||
|
||||
//TODO this should be atomic
|
||||
bool _write_lock_requested;
|
||||
RWLock _rw_lock;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user