cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandler
Fix all callers.
This commit is contained in:
parent
d1ea8f4a46
commit
56f23a5107
|
@ -819,7 +819,7 @@ out:
|
|||
fhandler_pipe *
|
||||
_pinfo::pipe_fhandler (int64_t unique_id, size_t &n)
|
||||
{
|
||||
if (!this || !pid)
|
||||
if (!pid)
|
||||
return NULL;
|
||||
if (pid == myself->pid)
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue