Skip to content
Snippets Groups Projects
Commit ccd65b83 authored by Russell Taylor's avatar Russell Taylor
Browse files

Re #8108. Remove redundant code.

The strings will be empty on construction anyway.
parent c7234148
No related branches found
No related tags found
No related merge requests found
......@@ -893,10 +893,6 @@ namespace API
this->mutableRun().loadNexus(file, "logs");
}
// Now the instrument source
instrumentXml = "";
instrumentName = "";
// Try to get the instrument file
file->openGroup("instrument", "NXinstrument");
file->readData("name", instrumentName);
......
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