mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
23552: unnecessary sched debugging warning
This commit is contained in:
parent
1bb5b24d4e
commit
1a959dae01
2 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* 23543: Completion/Unix/Command/_perforce: work around
|
||||
|
|
|
@ -78,8 +78,11 @@ schedaddtimed(time_t t)
|
|||
static void
|
||||
scheddeltimed(void)
|
||||
{
|
||||
deltimedfn(checksched);
|
||||
schedcmdtimed = 0;
|
||||
if (schedcmdtimed)
|
||||
{
|
||||
deltimedfn(checksched);
|
||||
schedcmdtimed = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue