Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary proc_open check (#28)
I am not entirely sure why `proc_open` itself was checked when unused (in any implementation). I however don't think it's relevant anymore: - Each finder checks if the proc related functions do exist (I assume if `proc_open` was not there then `popen` was not neither). - In case it was not available, it was returning `1`, whereas I think the `NumberOfCpuCoreNotFound` makes more sense.
- Loading branch information