From 50a4869f7a56acda86faad4f35df64cc96865656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 6 Oct 2011 18:14:48 +0200 Subject: [PATCH] Remove an unused variable. --- src/spu_implicit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spu_implicit.c b/src/spu_implicit.c index 731c1661..950bed92 100644 --- a/src/spu_implicit.c +++ b/src/spu_implicit.c @@ -136,7 +136,6 @@ spu_implicit(grid_t *g, double *s0, double *s, double h, double x0, int ntab, do void (*linear_solver)(int, int*, int*, double *, double *, double *)) { int nc = g->number_of_cells; - int nf = g->number_of_faces; int nhf = g->cell_facepos[nc]; /* Too much */ double infnorm; double *b;