summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2016-05-23 12:53:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-25 14:01:24 -0400
commite7bf1f8a1aa1ee93407701c254053999d2e282b2 (patch)
tree48f9918cd08c3168cfddc5138d3d1dfd500f549a /src/include/usr/fapi2
parent5563842324d33ac56f717e0b09847d720c52551a (diff)
downloadtalos-hostboot-e7bf1f8a1aa1ee93407701c254053999d2e282b2.tar.gz
talos-hostboot-e7bf1f8a1aa1ee93407701c254053999d2e282b2.zip
Remove references to deprecated Target::getOtherEnd() method
Change-Id: I06da5293307b7a6604a817ff96af4778698fbbe0 RTC: 154453 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24928 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2')
-rw-r--r--src/include/usr/fapi2/target.H22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/include/usr/fapi2/target.H b/src/include/usr/fapi2/target.H
index 7df49e96c..5912f6045 100644
--- a/src/include/usr/fapi2/target.H
+++ b/src/include/usr/fapi2/target.H
@@ -725,28 +725,6 @@ FAPI_DBG(ENTER_MRK "getChildren. Type 0x%08x State:0x%08x", T, i_state);
}
-
-///
-/// @brief Get the target at the other end of a bus - dimm included
-/// @tparam T The type of the the other end
-/// @tparam K The type of target of which this is called
-/// @tparam V the type of the target's Value
-/// @param[in] i_state The desired TargetState of the other end
-/// @return Target<T> a target representing the thing on the other end
-/// @note Can be easily changed to a vector if needed
-///
-template<TargetType K, typename V>
-template<TargetType T>
-inline Target<T>
-Target<K, V>::getOtherEnd(const TargetState i_state) const
-{
- fapi2::Target<T> l_target;
- this->getOtherEnd<T>( l_target, i_state);
-
- return l_target;
-
-}
-
///
/// @brief Get the target at the other end of a bus
/// @tparam T The type of the target on the other end
OpenPOWER on IntegriCloud