Skip to content

Commit 36c4523

Browse files
authored
Merge pull request #1587 from matthew-brett/fix-compile-error-early-glibc
Revert "take out unused variables"
2 parents 401addd + a8002e2 commit 36c4523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ int get_num_procs(void) {
180180
cpu_set_t *cpusetp;
181181
size_t size;
182182
int ret;
183-
// int i,n;
183+
int i,n;
184184

185185
if (!nums) nums = sysconf(_SC_NPROCESSORS_CONF);
186186
#if !defined(OS_LINUX)

0 commit comments

Comments
 (0)