Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions oclengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ vg_ocl_prefix_check(vg_ocl_context_t *vocp, int slot)
vg_test_func_t test_func = vcp->vc_test;
uint32_t *ocl_found_out;
uint32_t found_delta;
int orig_delta, tablesize;
int orig_delta;
int res = 0;

/* Retrieve the found indicator */
Expand Down Expand Up @@ -1582,7 +1582,6 @@ vg_ocl_prefix_check(vg_ocl_context_t *vocp, int slot)
* The match was not found in
* the pattern list. Hmm.
*/
tablesize = ocl_found_out[2];
fprintf(stderr, "Match idx: %d\n", ocl_found_out[1]);
fprintf(stderr, "CPU hash: ");
fdumphex(stderr, vxcp->vxc_binres + 1, 20);
Expand Down