aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/src/modes.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/modes.cc b/Carpet/Carpet/src/modes.cc
index 387d3a3ff..7de113e10 100644
--- a/Carpet/Carpet/src/modes.cc
+++ b/Carpet/Carpet/src/modes.cc
@@ -1300,8 +1300,6 @@ namespace Carpet {
ibbox const& box, // this bbox
ivect& imin, ivect& imax)
{
- ivect const izero = ivect(0);
-
assert (all ((box.lower() - ext.lower() ) >= 0));
assert (all ((box.upper() - ext.lower() + ext.stride()) >= 0));
assert (all ((box.lower() - ext.lower() ) % ext.stride() == 0));