More fixes for silly misedits

This commit is contained in:
Martin Kroeker 2017-07-15 12:48:42 +02:00 committed by GitHub
parent d12b75a6c4
commit 80373ea039
1 changed files with 4 additions and 2 deletions

View File

@ -778,8 +778,11 @@ static int initialized = 0;
void gotoblas_affinity_init(void) {
int cpu, num_avail;
#ifndef USE_OPENMP
cpu_set_t cpu_mask;
#endif
int i;
if (initialized) return;
initialized = 1;
@ -826,7 +829,6 @@ void gotoblas_affinity_init(void) {
cpu_set_t *cpusetp;
int nums;
int ret;
int i;
#ifdef DEBUG
fprintf(stderr, "Shared Memory Initialization.\n");