Avoid global, as done by @gaod in #387.

This commit is contained in:
Hisham Muhammad
2016-03-07 16:57:56 -03:00
parent 98e43816a5
commit db80f202f2
2 changed files with 1 additions and 7 deletions

View File

@ -55,7 +55,6 @@ typedef struct FreeBSDProcessList_ {
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
void ProcessList_delete(ProcessList* this);