From d1d65fe3185a6c2178bbca46e9f409bd8d747c7f Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 28 Sep 2014 18:46:14 +0300 Subject: [PATCH] Removed unused constant from netunit.cpp. --- stglibs/srvconf.lib/netunit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stglibs/srvconf.lib/netunit.cpp b/stglibs/srvconf.lib/netunit.cpp index 6436e4f9..182d338c 100644 --- a/stglibs/srvconf.lib/netunit.cpp +++ b/stglibs/srvconf.lib/netunit.cpp @@ -45,8 +45,6 @@ using namespace STG; namespace { -const std::string::size_type MAX_XML_CHUNK_LENGTH = 2048; - struct ReadState { bool final; -- 2.43.2