mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
parent
b16a05aa0e
commit
2f0fac6c66
@ -208,9 +208,6 @@ char *set_kernel(char *arg)
|
|||||||
int i, device = 0;
|
int i, device = 0;
|
||||||
char *nextptr;
|
char *nextptr;
|
||||||
|
|
||||||
// FIXME: executes always (add more kernels!)
|
|
||||||
return "Cannot specify a kernel with scrypt";
|
|
||||||
|
|
||||||
nextptr = strtok(arg, ",");
|
nextptr = strtok(arg, ",");
|
||||||
if (nextptr == NULL)
|
if (nextptr == NULL)
|
||||||
return "Invalid parameters for set kernel";
|
return "Invalid parameters for set kernel";
|
||||||
|
Loading…
Reference in New Issue
Block a user