Strip bogus continue

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6270 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-02-25 19:12:05 +00:00
parent 5a6c9536f6
commit 2b6daa9ba8
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-25 Alfredo Braunstein <abraunst@libero.it>
* forkedcontr.C (timer): remove bogus continue
2003-02-25 Alfredo Braunstein <abraunst@libero.it>
* forkedcallqueue.[Ch]: added

View File

@ -103,7 +103,6 @@ void ForkedcallsController::timer()
} else if (waitrpid == 0) {
// Still running. Move on to the next child.
continue;
} else if (WIFEXITED(stat_loc)) {
// Ok, the return value goes into retval.