1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 02:51:01 +02:00

23552: unnecessary sched debugging warning

This commit is contained in:
Peter Stephenson 2007-06-12 15:37:18 +00:00
parent 1bb5b24d4e
commit 1a959dae01
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-06-12 Peter Stephenson <pws@csr.com>
* 23552: Src/Builtins/sched.c: remove unnecessary debugging
warning.
2007-06-11 Peter Stephenson <pws@csr.com> 2007-06-11 Peter Stephenson <pws@csr.com>
* 23543: Completion/Unix/Command/_perforce: work around * 23543: Completion/Unix/Command/_perforce: work around

View file

@ -77,10 +77,13 @@ schedaddtimed(time_t t)
/**/ /**/
static void static void
scheddeltimed(void) scheddeltimed(void)
{
if (schedcmdtimed)
{ {
deltimedfn(checksched); deltimedfn(checksched);
schedcmdtimed = 0; schedcmdtimed = 0;
} }
}
/* Check scheduled commands; call this function from time to time. */ /* Check scheduled commands; call this function from time to time. */