X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYBRIDPlugin%2FHYBRIDPlugin_i.cxx;h=2e14d54996891c501489088abe78fca07bcb8ebb;hb=7972d6e3ce34777547876d3f4d52fc7c09d39334;hp=1495564a586438439be917524e7bc74b24275cab;hpb=834d175f3ce03d04bf73dfa19adcc20802d39fed;p=plugins%2Fhybridplugin.git diff --git a/src/HYBRIDPlugin/HYBRIDPlugin_i.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_i.cxx index 1495564..2e14d54 100644 --- a/src/HYBRIDPlugin/HYBRIDPlugin_i.cxx +++ b/src/HYBRIDPlugin/HYBRIDPlugin_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -48,8 +48,6 @@ extern "C" HYBRIDPLUGIN_EXPORT GenericHypothesisCreator_i* GetHypothesisCreator (const char* aHypName) { - MESSAGE("GetHypothesisCreator " << aHypName); - GenericHypothesisCreator_i* aCreator = 0; // Hypotheses @@ -60,7 +58,6 @@ extern "C" // Hypothesis else if (strcmp(aHypName, "HYBRID_Parameters") == 0) aCreator = new HYBRIDPlugin_Creator_i; - else ; return aCreator; }