* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.
This commit is contained in:
@@ -172,8 +172,6 @@ public:
|
||||
return true;
|
||||
if (type != _CH_EXEC)
|
||||
return false;
|
||||
lock->acquire ();
|
||||
lock->release ();
|
||||
return !!hExeced;
|
||||
}
|
||||
bool get_parent_handle ();
|
||||
|
Reference in New Issue
Block a user