dbertoni 02/04/11 21:45:37
Modified: c/src/PlatformSupport AttributesImpl.cpp
Log:
Removed unused variable.
Revision Changes Path
1.7 +0 -4 xml-xalan/c/src/PlatformSupport/AttributesImpl.cpp
Index: AttributesImpl.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/AttributesImpl.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AttributesImpl.cpp 9 Mar 2002 06:53:43 -0000 1.6
+++ AttributesImpl.cpp 12 Apr 2002 04:45:37 -0000 1.7
@@ -499,8 +499,6 @@
assert(type != 0);
assert(value != 0);
- bool fResult = false;
-
#if !defined(XALAN_NO_NAMESPACES)
using std::find_if;
using std::copy;
@@ -521,8 +519,6 @@
// The entry is now safely in the vector, so release the
// XalanAutoPtr...
theEntry.release();
-
- fResult = true;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]