Author: faridz
Date: Tue Nov 27 04:43:24 2007
New Revision: 598616
URL: http://svn.apache.org/viewvc?rev=598616&view=rev
Log:
2007-11-27 Farid Zaripov <[EMAIL PROTECTED]>
* include/streambuf (imbue): Removed name of the unused parameter.
Modified:
incubator/stdcxx/branches/4.2.x/include/streambuf
Modified: incubator/stdcxx/branches/4.2.x/include/streambuf
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/include/streambuf?rev=598616&r1=598615&r2=598616&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/include/streambuf (original)
+++ incubator/stdcxx/branches/4.2.x/include/streambuf Tue Nov 27 04:43:24 2007
@@ -247,7 +247,7 @@
}
// 27.5.2.4.1, p1
- virtual void imbue (const locale &__loc) {
+ virtual void imbue (const locale&) {
// do nothing
}