Skip to content

Commit 4a14db5

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Make variables that are private in ConditionVariable.h, protected Paritally reverts docs PR 8511
1 parent 395ad28 commit 4a14db5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rtos/ConditionVariable.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ class ConditionVariable : private mbed::NonCopyable<ConditionVariable> {
318318
bool in_list;
319319
};
320320

321-
private:
322321
static void _add_wait_list(Waiter **wait_list, Waiter *waiter);
323322
static void _remove_wait_list(Waiter **wait_list, Waiter *waiter);
324323
Mutex &_mutex;

0 commit comments

Comments
 (0)