From 69092b5fc2a38da7fb06828219cbf85bb65604f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Hasi=C5=84ski?= Date: Fri, 24 Feb 2017 21:20:16 +0100 Subject: [PATCH] Remove unused variable --- oclengine.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oclengine.c b/oclengine.c index 4a6a232..51a195c 100644 --- a/oclengine.c +++ b/oclengine.c @@ -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 */ @@ -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);