From ff78ebdf59a232c96aa03473f223617ef25a84c0 Mon Sep 17 00:00:00 2001 From: Gesner Passos <gesner.passos@stfc.ac.uk> Date: Thu, 25 Apr 2013 09:44:26 +0100 Subject: [PATCH] Deal with warning issue of defined but not used Removing the notImplemented function. re #6176 --- .../Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Code/Mantid/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp b/Code/Mantid/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp index eb844314ea9..79290bda08d 100644 --- a/Code/Mantid/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp +++ b/Code/Mantid/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp @@ -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; -- GitLab