summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2014-04-21 12:10:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-25 15:56:31 -0500
commit0ad42248a2fd0c066aaaab58e86ba8b5f29eadb2 (patch)
tree428bbd68bb05bf5ab150057795bab78dcbecd601 /src/include
parent0b6ea3f1eb3cd0d520e7ae630e2626e43d3353f5 (diff)
downloadtalos-hostboot-0ad42248a2fd0c066aaaab58e86ba8b5f29eadb2.tar.gz
talos-hostboot-0ad42248a2fd0c066aaaab58e86ba8b5f29eadb2.zip
Remove deprecated attributeTank interfaces
Change-Id: I98830c781408edfceabd099e1f8895cfbf25ba55 RTC: 99917 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10667 Tested-by: Jenkins Server Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/targeting/common/attributeTank.H48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/include/usr/targeting/common/attributeTank.H b/src/include/usr/targeting/common/attributeTank.H
index 7526f6863..a9a1e5659 100644
--- a/src/include/usr/targeting/common/attributeTank.H
+++ b/src/include/usr/targeting/common/attributeTank.H
@@ -212,20 +212,6 @@ public:
const uint8_t i_node);
/**
- * @brief DEPRECATED
- *
- * Will be removed with RTC99917 when FSP code has been changed to call
- * the new interface with the i_node parameter
- */
- virtual void clearNonConstAttribute(const uint32_t i_attrId,
- const uint32_t i_targetType,
- const uint16_t i_pos,
- const uint8_t i_unitPos)
- {
- clearNonConstAttribute(i_attrId, i_targetType, i_pos, i_unitPos, 0);
- }
-
- /**
* @brief Set an Attribute
*
* The attribute value is copied from i_pVal. If the attribute already
@@ -255,24 +241,6 @@ public:
const void * i_pVal);
/**
- * @brief DEPRECATED
- *
- * Will be removed with RTC99917 when FSP code has been changed to call
- * the new interface with the i_node parameter
- */
- virtual void setAttribute(const uint32_t i_attrId,
- const uint32_t i_targetType,
- const uint16_t i_pos,
- const uint8_t i_unitPos,
- const uint8_t i_flags,
- const uint32_t i_valSize,
- const void * i_pVal)
- {
- setAttribute(i_attrId, i_targetType, i_pos, i_unitPos, 0, i_flags,
- i_valSize, i_pVal);
- }
-
- /**
* @brief Get a copy of an Attribute
*
* This is called on an OverrideAttributeTank to query/get an Attribute
@@ -295,22 +263,6 @@ public:
void * o_pVal) const;
/**
- * @brief DEPRECATED
- *
- * Will be removed with RTC99917 when FSP code has been changed to call
- * the new interface with the i_node parameter
- */
- virtual bool getAttribute(const uint32_t i_attrId,
- const uint32_t i_targetType,
- const uint16_t i_pos,
- const uint8_t i_unitPos,
- void * o_pVal) const
- {
- return getAttribute(i_attrId, i_targetType, i_pos, i_unitPos, 0,
- o_pVal);
- }
-
- /**
* @brief Serialize all Attributes into newly allocated memory chunks
*
* The use case is for getting the attributes to send across an interface
OpenPOWER on IntegriCloud