summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-08-16 10:49:21 +0200
committerAnton Khirnov <anton@khirnov.net>2019-08-16 10:49:21 +0200
commitcd865568e67219d80474b54735cb4f5d70ec4946 (patch)
treeee185224ee590969b9b8893b2e5c59bcfe762d5e
parent2e03a2ce59ca49de9fd51be7fa7deae50eeb9b8b (diff)
Drop unused variable.HEADmaster
-rw-r--r--src/maximal_slicing_axi_mg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/maximal_slicing_axi_mg.c b/src/maximal_slicing_axi_mg.c
index 5938314..4573513 100644
--- a/src/maximal_slicing_axi_mg.c
+++ b/src/maximal_slicing_axi_mg.c
@@ -625,8 +625,6 @@ static CoordPatch *get_coord_patch(MSMGContext *ms, int level)
nb_solver_ranks = 0;
for (int proc = 0; proc < nb_procs; proc++) {
- size_t size[2];
-
for (int dir = 0; dir < 2; dir++) {
size_t start = extents[4 * proc + 0 + dir];
size_t end = start + extents[4 * proc + 2 + dir];