* child_info.h (class child_info_spawn): Drop unused member lock.

(CURR_CHILD_INFO_MAGIC): Update.
	* sigproc.cc (child_info_spawn::child_info_spawn): Drop setting lock.
This commit is contained in:
Corinna Vinschen
2012-12-05 10:37:17 +00:00
parent 25e21cbc32
commit 497826e97a
3 changed files with 7 additions and 3 deletions

View File

@@ -890,7 +890,6 @@ child_info_spawn::child_info_spawn (child_info_types chtype, bool need_subproc_r
api_fatal ("couldn't create signalling event for exec, %E");
get_proc_lock (PROC_EXECING, 0);
lock = &sync_proc_subproc;
/* exit with lock held */
}
}