Skip to content
Snippets Groups Projects
Commit 32612b3d authored by rswindell's avatar rswindell
Browse files

Removed ineffective YIELD call from outcom (after return?!?).

parent bc8a0c93
No related branches found
No related tags found
No related merge requests found
...@@ -2741,7 +2741,6 @@ int sbbs_t::outcom(uchar ch) ...@@ -2741,7 +2741,6 @@ int sbbs_t::outcom(uchar ch)
return(TXBOF); return(TXBOF);
sem_post(&output_sem); sem_post(&output_sem);
return(0); return(0);
YIELD();
} }
void sbbs_t::putcom(char *str, int len) void sbbs_t::putcom(char *str, int len)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment