Skip to content
Snippets Groups Projects
Commit f6d947e2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

no else after return

parent 1e208c6f
No related branches found
No related tags found
1 merge request!380rm unused functions
......@@ -57,8 +57,7 @@ std::string BaseUtils::Python::toString(char* c)
{
if (c)
return c;
else
return "";
return "";
}
std::string BaseUtils::Python::toString(wchar_t* c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment