diff options
| author | Matt K. Light <mklight@us.ibm.com> | 2016-05-18 23:41:56 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-25 17:34:43 -0400 |
| commit | ea83d6f50bdf030f18fab0e03bdf77183d2ba41a (patch) | |
| tree | b13c1fdcbaa33054fd3f53ea1708e7c69bb364c7 /src/import/hwpf/fapi2 | |
| parent | b24c53c78faff4a6ef41232d1ae742d28045e354 (diff) | |
| download | blackbird-hostboot-ea83d6f50bdf030f18fab0e03bdf77183d2ba41a.tar.gz blackbird-hostboot-ea83d6f50bdf030f18fab0e03bdf77183d2ba41a.zip | |
remove old Target::getOtherEnd() method
Change-Id: I8fc759b33cbc20dbbe1d569b202a59e8258fe394
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24760
Tested-by: Jenkins Server
Tested-by: PPE CI
Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
Tested-by: Hostboot CI
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24762
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/import/hwpf/fapi2')
| -rw-r--r-- | src/import/hwpf/fapi2/include/fapi2_target.H | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_target.H b/src/import/hwpf/fapi2/include/fapi2_target.H index a0ce0d1cb..f32493769 100644 --- a/src/import/hwpf/fapi2/include/fapi2_target.H +++ b/src/import/hwpf/fapi2/include/fapi2_target.H @@ -286,17 +286,6 @@ class Target const TargetState i_state = TARGET_STATE_FUNCTIONAL) const; /// - /// @brief Get the target at the other end of a bus - dimm included - /// @tparam T The type of the parent - /// @param[in] i_state The desired TargetState of the children - /// @return Target<T> a target representing the thing on the other end - /// @note Can be easily changed to a vector if needed - /// - template<TargetType T> - inline Target<T> - getOtherEnd(const TargetState i_state = TARGET_STATE_FUNCTIONAL) const; - - /// /// @brief Get the target at the other end of a bus /// @tparam T The type of the target on the other end /// @param[out] o_target A target representing the thing on the other end |

