mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Removing debug code not meant for commit.
This commit is contained in:
parent
a979e6ffcf
commit
057f6b2dea
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ sexp sexp_scheduler (sexp ctx, sexp self, sexp_sint_t n, sexp root_thread) {
|
|||
if ((sexp_context_timeval(res).tv_sec == 0)
|
||||
&& (sexp_context_timeval(res).tv_usec == 0)) {
|
||||
/* no timeout, wait for default 10ms */
|
||||
usecs = 10*1000 *100; /* 1s */
|
||||
usecs = 10*1000;
|
||||
} else {
|
||||
/* wait until the next timeout */
|
||||
gettimeofday(&tval, NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue