From d5602d9fb6b12e132abc70b9153385650ba4489f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 25 Feb 2015 09:50:39 -0800 Subject: [PATCH] Remove unnecessary call to convert --- format.h | 1 - 1 file changed, 1 deletion(-) 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(); }