From e72a42b6e0fc91726913b99db6543d8b0f7db0d6 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 28 May 2015 19:47:55 -0700 Subject: [PATCH] unused code --- include/svf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/svf.h b/include/svf.h index bc6afb7..8e68b96 100644 --- a/include/svf.h +++ b/include/svf.h @@ -120,11 +120,6 @@ INNER void svf_run_block_mat(svf_matrix *restrict mat, v4sf *restrict buf, ulong count) { v4sf t1, t2, t3, t4; - v4sf a, b, c, d; // const? - a = mat->a; - b = mat->b; - c = mat->c; - d = mat->d; v4sf memory = mat->memory; for (ulong i = 0; i < count/2; i++) { memory[0] = buf[i][0];