Remove 2 comments, these variables should actually be safe as normal bools.

This commit is contained in:
Relintai 2022-07-07 21:46:51 +02:00
parent 6172b0eee4
commit d363ad43c2
2 changed files with 0 additions and 2 deletions

View File

@ -115,7 +115,6 @@ protected:
Ref<WebPermission> _web_permission;
//TODO this should be atomic
bool _write_lock_requested;
RWLock _rw_lock;
};

View File

@ -62,7 +62,6 @@ protected:
WebNode *_web_root;
HTTPSessionManager *_session_manager;
//TODO this should be atomic
bool _write_lock_requested;
RWLock _rw_lock;
};