mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-16 02:32:11 +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>
|
2007-06-11 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 23543: Completion/Unix/Command/_perforce: work around
|
* 23543: Completion/Unix/Command/_perforce: work around
|
||||||
|
|
|
@ -78,8 +78,11 @@ schedaddtimed(time_t t)
|
||||||
static void
|
static void
|
||||||
scheddeltimed(void)
|
scheddeltimed(void)
|
||||||
{
|
{
|
||||||
deltimedfn(checksched);
|
if (schedcmdtimed)
|
||||||
schedcmdtimed = 0;
|
{
|
||||||
|
deltimedfn(checksched);
|
||||||
|
schedcmdtimed = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue