Skip to content

Commit

Permalink
Deal with warning issue of defined but not used
Browse files Browse the repository at this point in the history
Removing the notImplemented function.

re #6176
  • Loading branch information
gesnerpassos committed Apr 25, 2013
1 parent a61f8f5 commit ff78ebd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ namespace Mantid
namespace API
{

static void notImplemented(){
throw ScriptRepoException("This method is not implemented yet");
};

static ScriptRepoException pocoException(const std::string & info,
Poco::Exception & ex){
std::stringstream ss;
Expand Down

0 comments on commit ff78ebd

Please sign in to comment.