1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Removed unneccessary code introduced in 954c0e6

This commit is contained in:
troky 2014-06-11 00:12:45 +02:00
parent 24fa44e12b
commit cd9864f92b

View File

@ -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;