aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/slab.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/slab.c b/src/slab.c
index fb3425f..fdca3e8 100644
--- a/src/slab.c
+++ b/src/slab.c
@@ -351,7 +351,6 @@ normal_type (int cactustype)
return CCTK_VARIABLE_INT8;
#endif
assert (0);
- return -1;
case CCTK_VARIABLE_REAL:
#ifdef CCTK_REAL_PRECISION_4
return CCTK_VARIABLE_REAL4;
@@ -363,7 +362,6 @@ normal_type (int cactustype)
return CCTK_VARIABLE_REAL16;
#endif
assert (0);
- return -1;
case CCTK_VARIABLE_COMPLEX:
#ifdef CCTK_REAL_PRECISION_4
return CCTK_VARIABLE_COMPLEX8;
@@ -375,7 +373,6 @@ normal_type (int cactustype)
return CCTK_VARIABLE_COMPLEX32;
#endif
assert (0);
- return -1;
}
return cactustype;
}
@@ -414,7 +411,6 @@ static MPI_Datatype mpi_type (int const cactustype)
#endif
}
assert (0);
- return -1;
}