Remove bogus assertion. Closes #159.

This commit is contained in:
Hisham Muhammad 2015-01-23 11:22:55 -02:00
parent 36b7832884
commit 83a829a286
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ static bool LinuxProcessList_readStatFile(Process *process, const char* dirname,
location += 1;
assert(location != NULL);
process->processor = strtol(location, &location, 10);
assert(location == NULL);
return true;
}