aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-08-30 10:26:26 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:34 +0100
commit7c22b99e959b2655abfea584b4badd5e8287d974 (patch)
tree1778163eea7f401b98b1b1195799d7f92d5baf83
parentd42e4e1aabf6b7a069701dd779d0b3291bc54012 (diff)
Carpet: Remove unused variable
-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));