mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
remove redundant include
This commit is contained in:
parent
fc2cc9d2a8
commit
cc77f9662d
1 changed files with 0 additions and 1 deletions
|
@ -978,7 +978,6 @@ int num_CPUs(void) {
|
|||
GetSystemInfo(&sysinfo);
|
||||
return sysinfo.dwNumberOfProcessors;
|
||||
#else
|
||||
#include <unistd.h>
|
||||
int count = sysconf(_SC_NPROCESSORS_ONLN);
|
||||
if (count <= 0)
|
||||
count = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue