tests: posix: threads_ext: remove stale comment
For a long time now, it's been possible to call `pthread_attr_init()` and have it just to The Right Thing (TM) without having to statically assign a stack. Remove the stale comment and commented-out code. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
7c12e86e06
commit
55db0d84a8
1 changed files with 0 additions and 3 deletions
|
@ -132,9 +132,6 @@ static void before(void *arg)
|
|||
ARG_UNUSED(arg);
|
||||
|
||||
zassert_ok(pthread_attr_init(&attr));
|
||||
/* TODO: pthread_attr_init() should be sufficient to initialize a thread by itself */
|
||||
/* zassert_ok(pthread_attr_setstack(&attr, &static_thread_stack, STATIC_THREAD_STACK_SIZE));
|
||||
*/
|
||||
attr_valid = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue