pauldick 01/06/20 09:16:39
Modified: c/Tests/Memory Stressmem.cpp
Log:
Removed multiple references to suffix strings .xml & .xsl
Revision Changes Path
1.14 +0 -6 xml-xalan/c/Tests/Memory/Stressmem.cpp
Index: Stressmem.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Memory/Stressmem.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Stressmem.cpp 2001/05/23 15:08:29 1.13
+++ Stressmem.cpp 2001/06/20 16:16:37 1.14
@@ -240,8 +240,6 @@
// Defined basic constants for file manipulation
- const XalanDOMString
XSLSuffix(XALAN_STATIC_UCODE_STRING(".xsl"));
- const XalanDOMString
XMLSuffix(XALAN_STATIC_UCODE_STRING(".xml"));
const XalanDOMString
resultFilePrefix(XalanDOMString("cpp-mem"));
const XalanDOMString resultsFile(outputRoot + resultFilePrefix
+ UniqRunid + XMLSuffix);
@@ -256,10 +254,6 @@
{
XalanTransformer transformEngine;
-
- const XalanDOMString
theXSLSuffix(XALAN_STATIC_UCODE_STRING(".xsl"));
- const XalanDOMString
theXMLSuffix(XALAN_STATIC_UCODE_STRING(".xml"));
-
for(FileNameVectorType::size_type j = 0;
j < dirs.size(); ++j)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]