Remove dead code.
This commit is contained in:
parent
521183a587
commit
c8a89ee25a
|
@ -183,8 +183,6 @@ public:
|
||||||
~LOCALE_IO();
|
~LOCALE_IO();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setUserLocale( const char* aUserLocale );
|
|
||||||
|
|
||||||
// allow for nesting of LOCALE_IO instantiations
|
// allow for nesting of LOCALE_IO instantiations
|
||||||
static std::atomic<unsigned int> m_c_count;
|
static std::atomic<unsigned int> m_c_count;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue