mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
Remove unused constant passed to poclbm.
This commit is contained in:
parent
2a3b7359eb
commit
746fe8b2e6
@ -777,7 +777,6 @@ static cl_int queue_poclbm_kernel(_clState *clState, dev_blk_ctx *blk, cl_uint t
|
||||
CL_SET_BLKARG(fW15);
|
||||
CL_SET_BLKARG(fW01r);
|
||||
|
||||
CL_SET_BLKARG(fcty_e2);
|
||||
CL_SET_BLKARG(D1A);
|
||||
CL_SET_BLKARG(C1addK5);
|
||||
CL_SET_BLKARG(B1addK6);
|
||||
|
@ -75,7 +75,6 @@ __kernel
|
||||
const uint f1, const uint g1, const uint h1,
|
||||
const u base,
|
||||
const uint fw0, const uint fw1, const uint fw2, const uint fw3, const uint fw15, const uint fw01r,
|
||||
const uint fcty_e2,
|
||||
const uint D1A, const uint C1addK5, const uint B1addK6,
|
||||
const uint W16addK16, const uint W17addK17,
|
||||
const uint PreVal4addT1, const uint Preval0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user