Skip to content

Commit bb2bc87

Browse files
committed
Removing unnecessary Windows ifdef.
1 parent a8031b8 commit bb2bc87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Release/src/json/json_serialization.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ using namespace utility::conversions;
4141
#ifdef _MS_WINDOWS
4242
void web::json::value::serialize(std::ostream& stream) const
4343
{
44-
#ifndef _MS_WINDOWS
45-
utility::details::scoped_c_thread_locale locale;
46-
#endif
47-
4844
// This has better performance than writing directly to stream.
4945
std::string str;
5046
m_value->serialize_impl(str);

0 commit comments

Comments
 (0)