Skip to content

Commit

Permalink
Re #7424. Remove now unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Jul 11, 2013
1 parent b981416 commit 87ce15d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/test/FitMWTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ class FitMWTest : public CxxTest::TestSuite
void test_ignore_invalid_data()
{
auto ws = createTestWorkspace(false);
const double zero = 0.0;
const double one = 1.0;
ws->dataY(0)[3] = std::numeric_limits<double>::infinity();
ws->dataY(0)[5] = log(-one);
Expand Down

0 comments on commit 87ce15d

Please sign in to comment.