Skip to content

Commit

Permalink
Re #10545. Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Nov 19, 2014
1 parent 5c366d2 commit 3f2dfd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/MDAlgorithms/src/IntegrateFlux.cpp
Expand Up @@ -250,7 +250,6 @@ class NoEventWorkspaceDeleting
// cache some iterators
auto inXbegin = inX.begin();
auto inXend = inX.end();
auto inYbegin = inY.begin();
auto x0 = inXbegin; // iterator over x in input workspace
// loop over the iteration points starting from the second one
for(auto outX = X.begin()+1; outX != X.end(); ++outX,++outY)
Expand Down Expand Up @@ -372,7 +371,6 @@ class NoEventWorkspaceDeleting
// cache some iterators
auto inXbegin = inX.begin();
auto inXend = inX.end();
auto inYbegin = inY.begin();
auto x0 = inXbegin; // iterator over x in input workspace

// loop over the iteration points starting from the second one
Expand Down

0 comments on commit 3f2dfd0

Please sign in to comment.