Skip to content

Commit

Permalink
Re #7876. Remove unused method.
Browse files Browse the repository at this point in the history
I don't think this method is used anywhere, which is a good thing as it
was returning a pointer to a temporary.
  • Loading branch information
RussellTaylor committed Sep 5, 2013
1 parent d93cba1 commit 0562409
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Code/Mantid/Framework/Kernel/src/IPropertyManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ namespace Mantid
namespace Kernel
{

template <> DLLExport
const char* IPropertyManager::getValue<const char*>(const std::string &name) const
{
return getPropertyValue(name).c_str();
}

// This template implementation has been left in because although you can't assign to an existing string
// via the getProperty() method, you can construct a local variable by saying,
// e.g.: std::string s = getProperty("myProperty")
Expand Down

0 comments on commit 0562409

Please sign in to comment.