diff --git a/format.h b/format.h index a71c2eff..ad551356 100644 --- a/format.h +++ b/format.h @@ -787,7 +787,6 @@ class MakeValue : public Value { } void set_string(WStringRef str) { - CharTraits::convert(wchar_t()); wstring.value = str.c_str(); wstring.size = str.size(); }