Skip to content

Commit

Permalink
Re #7480. Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Jul 18, 2013
1 parent 6822ad5 commit 96f8431
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ namespace Mantid
int LoadEmptyInstrument::confidence(Kernel::FileDescriptor & descriptor) const
{
const std::string & filePath = descriptor.filename();
const size_t filenameLength = filePath.size();

int confidence(0);
if(descriptor.isAscii()) // Only consider an Ascii file
Expand Down

0 comments on commit 96f8431

Please sign in to comment.