Skip to content

Commit 89d0211

Browse files
authored
Remove unused type alias
1 parent 5a4dabb commit 89d0211

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Framework/Algorithms/test/PolarizationCorrections/PolarizationCorrectionsHelpersTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ class PolarizationCorrectionsHelpersTest : public CxxTest::TestSuite {
187187

188188
void testErrorPropagation_linear_workspace_dist() {
189189
constexpr size_t vars = 1;
190-
using Types = Arithmetic::ErrorTypeHelper<vars>;
191-
192190
const double m = 5.0;
193191
const double c = 3.0;
194192
auto ws = createWorkspace("wsA", {0.0, 1.0, 2.0}, {20.0, 20.0, 20.0}, {0.5, 0.5, 0.5});

0 commit comments

Comments
 (0)