summaryrefslogtreecommitdiffstats
path: root/xml2cmp
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/support/heap.cxx6
-rw-r--r--xml2cmp/source/support/heap.hxx1
2 files changed, 0 insertions, 7 deletions
diff --git a/xml2cmp/source/support/heap.cxx b/xml2cmp/source/support/heap.cxx
index e814cbe66eef..0a33f30b8d5d 100644
--- a/xml2cmp/source/support/heap.cxx
+++ b/xml2cmp/source/support/heap.cxx
@@ -182,12 +182,6 @@ HeapItem::operator<( const HeapItem & i_rOther ) const
}
const Simstr &
-HeapItem::Value() const
-{
- return sValue;
-}
-
-const Simstr &
HeapItem::Key() const
{
return sKey;
diff --git a/xml2cmp/source/support/heap.hxx b/xml2cmp/source/support/heap.hxx
index 5d4a9bf0a610..bbf9ed5db7e4 100644
--- a/xml2cmp/source/support/heap.hxx
+++ b/xml2cmp/source/support/heap.hxx
@@ -70,7 +70,6 @@ class HeapItem
bool operator<=(
const HeapItem & i_rOther ) const
{ return ! (i_rOther < *this); }
- const Simstr & Value() const;
const Simstr & Key() const;
HeapItem * Next() const;