Skip to content

Commit

Permalink
ToolStatus: Remove reference to IsPosix
Browse files Browse the repository at this point in the history
  • Loading branch information
wj32 committed Feb 18, 2016
1 parent 8c5cf8d commit 99fd05f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/ToolStatus/filter.c
Expand Up @@ -255,11 +255,6 @@ BOOLEAN ProcessTreeFilterCallback(
return TRUE;
}

if (WordMatchStringZ(L"IsPosix") && processNode->ProcessItem->IsPosix)
{
return TRUE;
}

if (WordMatchStringZ(L"IsSuspended") && processNode->ProcessItem->IsSuspended)
{
return TRUE;
Expand Down

0 comments on commit 99fd05f

Please sign in to comment.