remove pointless UNUSED statement
Does not compile as it is no longer present. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2b8ca5a9d7
commit
e41dd1d227
@ -1404,7 +1404,6 @@ bool convertStringCharset(std::string& str, const char* from, const char* to) {
|
||||
#ifndef SUPPRESS_WARNINGS
|
||||
EXV_WARNING << "Charset conversion required but no character mapping functionality available.\n";
|
||||
#endif
|
||||
UNUSED(str);
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user