summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-09-28 13:37:55 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-09-28 13:37:55 +0000
commit656ec283c565652469704aebf257832f46797259 (patch)
tree5fd9b3204cc33fd6ea0ecd6a25b71664735470ff /xml2cmp
parent5bf13559ed33f91aadbc9b29796be70ee18cd651 (diff)
del: unused variable
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/support/cmdline.cxx5
-rw-r--r--xml2cmp/source/support/syshelp.cxx5
2 files changed, 4 insertions, 6 deletions
diff --git a/xml2cmp/source/support/cmdline.cxx b/xml2cmp/source/support/cmdline.cxx
index 3322c04d2e93..fb60f7dbfda4 100644
--- a/xml2cmp/source/support/cmdline.cxx
+++ b/xml2cmp/source/support/cmdline.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmdline.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: np $ $Date: 2001-03-23 13:23:17 $
+ * last change: $Author: mh $ $Date: 2001-09-28 14:37:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,6 @@ CommandLine::CommandLine( int argc,
char * argv[] )
: bIsOk(true)
{
- int nCountArg = 0;
bool bDisplayUse = false;
/* Check command line: */
diff --git a/xml2cmp/source/support/syshelp.cxx b/xml2cmp/source/support/syshelp.cxx
index 27305f37148e..6fd762f6d11e 100644
--- a/xml2cmp/source/support/syshelp.cxx
+++ b/xml2cmp/source/support/syshelp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: syshelp.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: np $ $Date: 2001-07-10 11:02:30 $
+ * last change: $Author: mh $ $Date: 2001-09-28 14:37:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -326,7 +326,6 @@ GatherSubDirectories( List<Simstr> & o_sSubDirectories,
DIR * pDir = opendir( i_sParentdDirectory );
dirent * pEntry = 0;
struct stat aEntryStatus;
- char * sEnding;
while ( ( pEntry = readdir(pDir) ) != 0 )
{