Skip to content
Snippets Groups Projects
Commit cd6741fa authored by Studer Gabriel's avatar Studer Gabriel
Browse files

silence compiler warning

parent 5d9151df
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,10 @@ using boost::format; ...@@ -48,6 +48,10 @@ using boost::format;
namespace { namespace {
/*
commented out to silence compiler warning, as it is not needed anywhere
bool IEquals(const StringRef& a, const StringRef& b) bool IEquals(const StringRef& a, const StringRef& b)
{ {
if (a.size()!=b.size()) { if (a.size()!=b.size()) {
...@@ -60,6 +64,7 @@ bool IEquals(const StringRef& a, const StringRef& b) ...@@ -60,6 +64,7 @@ bool IEquals(const StringRef& a, const StringRef& b)
} }
return true; return true;
} }
*/
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment