Feature/nekfactory remove unused function
Compare changes
@@ -138,7 +138,7 @@ public:
@@ -251,26 +251,6 @@ public:
@@ -300,8 +280,8 @@ protected:
There is a unused function GetKey
in NekFactory
. The purpose of this function is to return the factory key from a given description. This seems unsafe as several keys might be associated with an empty description or a non-unique description.
Remove unused function GetKey
from NekFactory
Please suggest any people who would be appropriate to review your code.
Please add any other information that could be useful for reviewers.