Skip to content

Commit

Permalink
Refs #11515 Fix dead code in MultipleFileProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Apr 13, 2015
1 parent 9818e7c commit dcf0f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/src/MultipleFileProperty.cpp
Expand Up @@ -188,7 +188,6 @@ MultipleFileProperty::setValueAsSingleFile(const std::string &propValue) {
std::vector<std::vector<std::string>> result;
toValue(slaveFileProp(), result, "", "");
PropertyWithValue<std::vector<std::vector<std::string>>>::operator=(result);
return "";
} catch (std::invalid_argument &except) {
g_log.debug() << "Could not set property " << name() << ": "
<< except.what();
Expand Down

0 comments on commit dcf0f9f

Please sign in to comment.