remove extraneous endif
This commit is contained in:
parent
0e6639d0fa
commit
e53408ca17
|
@ -253,7 +253,6 @@ int get_num_procs(void) {
|
|||
#endif
|
||||
return nums;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(OS_LINUX)
|
||||
return nums;
|
||||
|
@ -1823,7 +1822,6 @@ int get_num_procs(void) {
|
|||
#endif
|
||||
return nums;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(OS_LINUX)
|
||||
return nums;
|
||||
|
|
Loading…
Reference in New Issue