summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-25 07:58:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-25 15:37:20 +0000
commit905b84557d8ccbdba07f0a82a89f382db08fc0d9 (patch)
treefaa75a00d10758bc864f0bf20cd5093969f50db1 /xml2cmp
parentd6bf32bab10e1bb115aea0c6e5d6ac1753760fe7 (diff)
refresh unused code list
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;