Author: faridz
Date: Tue Nov 27 04:45:26 2007
New Revision: 598617

URL: http://svn.apache.org/viewvc?rev=598617&view=rev
Log:
2007-11-27 Farid Zaripov <[EMAIL PROTECTED]>

        Merged r598616 from branches/4.2.x
        * include/streambuf (imbue): Removed name of the unused parameter.

Modified:
    incubator/stdcxx/trunk/include/streambuf

Modified: incubator/stdcxx/trunk/include/streambuf
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/streambuf?rev=598617&r1=598616&r2=598617&view=diff
==============================================================================
--- incubator/stdcxx/trunk/include/streambuf (original)
+++ incubator/stdcxx/trunk/include/streambuf Tue Nov 27 04:45:26 2007
@@ -247,7 +247,7 @@
     }
 
     // 27.5.2.4.1, p1
-    virtual void imbue (const locale &__loc) {
+    virtual void imbue (const locale&) {
         // do nothing
     }
 


Reply via email to