Skip to content
Snippets Groups Projects
Commit 341749ed authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Removing unused variable

parent 49c69bb2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment