Browse Source

Removed unneccessary code introduced in 954c0e6

djm34
troky 10 years ago
parent
commit
cd9864f92b
  1. 7
      sgminer.c

7
sgminer.c

@ -7995,13 +7995,6 @@ int main(int argc, char *argv[])
cnfbuf = NULL; cnfbuf = NULL;
} }
if (opt_kernel_path) {
char *old_path = opt_kernel_path;
opt_kernel_path = (char *)alloca(PATH_MAX);
strcpy(opt_kernel_path, old_path);
}
if (want_per_device_stats) if (want_per_device_stats)
opt_log_output = true; opt_log_output = true;

Loading…
Cancel
Save