summaryrefslogtreecommitdiff
path: root/src/reed_sol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reed_sol.c')
-rw-r--r--src/reed_sol.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reed_sol.c b/src/reed_sol.c
index 1b96587..c0dfe83 100644
--- a/src/reed_sol.c
+++ b/src/reed_sol.c
@@ -77,8 +77,7 @@ int *reed_sol_r6_coding_matrix(int k, int w)
int *reed_sol_vandermonde_coding_matrix(int k, int m, int w)
{
- int tmp;
- int i, j, index;
+ int i, j;
int *vdm, *dist;
vdm = reed_sol_big_vandermonde_distribution_matrix(k+m, k, w);