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 2008/03/26 20:59:45 UTC

svn commit: r641531 - /stdcxx/trunk/src/punct.cpp

Author: sebor
Date: Wed Mar 26 12:59:44 2008
New Revision: 641531

URL: http://svn.apache.org/viewvc?rev=641531&view=rev
Log:
2008-03-26  Martin Sebor  <se...@roguewave.com>

	* src/punct.cpp (__rw_get_stdio_fmat): Remove unused
	vestigial local variable left behind after resolving
	STDCXX-763 in rev 637393.

Modified:
    stdcxx/trunk/src/punct.cpp

Modified: stdcxx/trunk/src/punct.cpp
URL: http://svn.apache.org/viewvc/stdcxx/trunk/src/punct.cpp?rev=641531&r1=641530&r2=641531&view=diff
==============================================================================
--- stdcxx/trunk/src/punct.cpp (original)
+++ stdcxx/trunk/src/punct.cpp Wed Mar 26 12:59:44 2008
@@ -616,8 +616,6 @@
         if (fmtflags & _RWSTD_IOS_SHOWPOINT)
             *pbuf++ = '#';
 
-        const int fltfld = fmtflags & _RWSTD_IOS_FLOATFIELD;
-
         // follows resolution of lwg issue 231
         if (0 <= prec) {