* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2012-10-09  Christopher Faylor  <me.cygwin2012@cgf.cx> | ||||
|  | ||||
| 	* child_info.h (child_info_spawn::has_execed): Remove unneeded | ||||
| 	synchronization. | ||||
|  | ||||
| 2012-10-09  Christopher Faylor  <me.cygwin2012@cgf.cx> | ||||
|  | ||||
| 	* pinfo.cc: Remove unneeded assert.h. | ||||
|   | ||||
| @@ -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