cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_request

Fix all callers.
This commit is contained in:
Ken Brown 2017-09-16 22:04:14 -04:00 committed by Corinna Vinschen
parent 911f7d628d
commit d1ea8f4a46
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ _pinfo::commune_request (__uint32_t code, ...)
res.s = NULL;
res.n = 0;
if (!this || !pid)
if (!pid)
{
set_errno (ESRCH);
goto err;