Skip to content

Commit

Permalink
Remove unused variable re #8402
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Jan 17, 2014
1 parent 81c19c2 commit d18d8c1
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -397,7 +397,6 @@ class LoadFullprofResolutionTest : public CxxTest::TestSuite
// The workspace is a workspace group with three members corresponding to the three banks in the IRF file
WorkspaceGroup_sptr gws;
gws = AnalysisDataService::Instance().retrieveWS<WorkspaceGroup>(wsName);
size_t size = gws->getNumberOfEntries();
// 1st Workspace - bank 2
Workspace_sptr wsi = gws->getItem(0) ;
auto ws1 = boost::dynamic_pointer_cast<MatrixWorkspace>(wsi);
Expand Down

0 comments on commit d18d8c1

Please sign in to comment.