Skip to content
Snippets Groups Projects
Commit a751a118 authored by deuce's avatar deuce
Browse files

Remove useless else case.

parent 1dbbd0fc
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,6 @@ ulong _beginthread(void( *start_address )( void * )
if(stack_size!=0)
pthread_attr_setstacksize(&attr, stack_size);
else
pthread_attr_setstacksize(&attr, default_stack);
if(pthread_create(&thread
#if defined(__BORLANDC__) /* a (hopefully temporary) work-around */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment