summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorMatthias Huetsch <mhu@openoffice.org>2001-11-26 20:42:55 +0000
committerMatthias Huetsch <mhu@openoffice.org>2001-11-26 20:42:55 +0000
commite8e06260352877be6e7f5c083dce4c7aaac46b3b (patch)
treef1e6478e6eab756b28699656bc0b30ff671ec5be /store
parent76e7844b0b95dcc85193c9ef9517b109b527b1b3 (diff)
#95272# Removed unused variable in OStoreBTreeNodeData::remove().
#i1750# Warning provided by 'Wall' compilation.
Diffstat (limited to 'store')
-rw-r--r--store/source/stortree.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/store/source/stortree.cxx b/store/source/stortree.cxx
index d5bbe6b99266..20a99ac4105f 100644
--- a/store/source/stortree.cxx
+++ b/store/source/stortree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stortree.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mhu $ $Date: 2001-03-13 21:03:26 $
+ * last change: $Author: mhu $ $Date: 2001-11-26 21:42:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-#define _STORE_STORTREE_CXX "$Revision: 1.2 $"
+#define _STORE_STORTREE_CXX "$Revision: 1.3 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -187,7 +187,6 @@ void OStoreBTreeNodeData::insert (sal_uInt16 i, const T& t)
void OStoreBTreeNodeData::remove (sal_uInt16 i)
{
sal_uInt16 n = usageCount();
- sal_uInt16 m = capacityCount();
if (i < n)
{
// shift left.