Skip to content
Snippets Groups Projects
Commit 28f320b0 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

MRG

parents af206662 5ffcfeac
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ int main(int argc, char* argv[])
std::string releaseVersion = "0";
std::string::size_type pos1 = std::string::npos;
std::string::size_type pos2 = std::string::npos;
std::string::size_type pos3 = std::string::npos;
pos1 = versionNumber.find(".", 0);
if(pos1 != std::string::npos)
......
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