You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/11/28 02:22:52 UTC

svn commit: r479838 - /incubator/stdcxx/trunk/util/locale.cpp

Author: sebor
Date: Mon Nov 27 17:22:51 2006
New Revision: 479838

URL: http://svn.apache.org/viewvc?view=rev&rev=479838
Log:
2006-11-27  Martin Sebor  <se...@roguewave.com>

	* locale.cpp (sect_charmap): Removed an unused static constant.

Modified:
    incubator/stdcxx/trunk/util/locale.cpp

Modified: incubator/stdcxx/trunk/util/locale.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/locale.cpp?view=diff&rev=479838&r1=479837&r2=479838
==============================================================================
--- incubator/stdcxx/trunk/util/locale.cpp (original)
+++ incubator/stdcxx/trunk/util/locale.cpp Mon Nov 27 17:22:51 2006
@@ -120,7 +120,6 @@
 static const _RW::__rw_messages_t* messages_st  = 0;
 
 
-static const char sect_charmap[]     = "CHARMAP";
 static const char sect_lc_all[]      = "LC_ALL";
 static const char sect_lc_collate[]  = "LC_COLLATE";
 static const char sect_lc_ctype[]    = "LC_CTYPE";