Remove unnecessary call to convert

This commit is contained in:
Victor Zverovich 2015-02-25 09:50:39 -08:00
parent e70af5b99e
commit d5602d9fb6

View File

@ -787,7 +787,6 @@ class MakeValue : public Value {
}
void set_string(WStringRef str) {
CharTraits<Char>::convert(wchar_t());
wstring.value = str.c_str();
wstring.size = str.size();
}