From a723c174475a4c57ccfc2cf13c4c5f24dc6e4a18 Mon Sep 17 00:00:00 2001 From: Elliot Oram <Elliot.Oram@stfc.ac.uk> Date: Wed, 20 Apr 2016 13:49:02 +0100 Subject: [PATCH] REmove unused code in VesuvioCommandsTest Refs #15783 --- Testing/SystemTests/tests/analysis/VesuvioCommandsTest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Testing/SystemTests/tests/analysis/VesuvioCommandsTest.py b/Testing/SystemTests/tests/analysis/VesuvioCommandsTest.py index bcda83fe05d..1523041fa58 100644 --- a/Testing/SystemTests/tests/analysis/VesuvioCommandsTest.py +++ b/Testing/SystemTests/tests/analysis/VesuvioCommandsTest.py @@ -91,7 +91,6 @@ class FitSingleSpectrumNoBackgroundTest(stresstesting.MantidStressTest): index_one_last = 0.0072029933 index_two_first = 1.057476742e-05 index_two_last = 7.023179770e-05 - dist = platform.linux_distribution() if _is_old_boost_version(): index_one_first = 7.798020e-04 @@ -141,7 +140,6 @@ class SingleSpectrumBackground(stresstesting.MantidStressTest): index_one_last = 0.00720728978699 index_two_first = 0.00571520523979 index_two_last = -0.00211277263055 - dist = platform.linux_distribution() if _is_old_boost_version(): index_one_first = 6.809169e-04 index_one_last = 7.206634e-03 -- GitLab