Browse Source

remove extraneous endif

pull/3437/head
Martin Kroeker GitHub 4 years ago
parent
commit
e53408ca17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      driver/others/memory.c

+ 0
- 2
driver/others/memory.c View File

@@ -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…
Cancel
Save