From 341749ed86ef48a5ef4651f2c90ccd202830f1d3 Mon Sep 17 00:00:00 2001 From: Pete Peterson <petersonpf@ornl.gov> Date: Fri, 7 Aug 2015 15:42:05 -0400 Subject: [PATCH] Removing unused variable --- .../WorkflowAlgorithms/src/LoadEventAndCompress.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Code/Mantid/Framework/WorkflowAlgorithms/src/LoadEventAndCompress.cpp b/Code/Mantid/Framework/WorkflowAlgorithms/src/LoadEventAndCompress.cpp index 5afb36ca83d..c603ffdf9da 100644 --- a/Code/Mantid/Framework/WorkflowAlgorithms/src/LoadEventAndCompress.cpp +++ b/Code/Mantid/Framework/WorkflowAlgorithms/src/LoadEventAndCompress.cpp @@ -20,14 +20,6 @@ using namespace DataObjects; // Register the algorithm into the AlgorithmFactory DECLARE_ALGORITHM(LoadEventAndCompress) -namespace { -#ifdef MPI_BUILD - const bool USE_MPI = true; -#else - const bool USE_MPI = false; -#endif -} - //---------------------------------------------------------------------------------------------- /** Constructor */ @@ -226,8 +218,7 @@ void LoadEventAndCompress::exec() { } // Don't bother compressing combined workspace. DetermineChunking is designed - // to - // prefer loading full banks so no further savings should be available. + // to prefer loading full banks so no further savings should be available. setProperty("OutputWorkspace", resultWS); } -- GitLab