From ed9910fb0c31c40656651bfc20ee071192be83e4 Mon Sep 17 00:00:00 2001 From: Chris Phan Date: Mon, 8 Dec 2014 13:27:22 -0600 Subject: PRD: clean up fixme/todo in prd code Change-Id: I2ec9df44ab66b7eed959ce53964e2bfa611516d7 RTC: 116444 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14817 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta Reviewed-by: Prem Shanker Jha Reviewed-by: Bilicon Patil Reviewed-by: A. Patrick Williams III Reviewed-by: Zane Shelley Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15527 --- src/usr/diag/prdf/common/framework/config/iipDomainContainer.C | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/usr/diag/prdf/common/framework/config/iipDomainContainer.C') diff --git a/src/usr/diag/prdf/common/framework/config/iipDomainContainer.C b/src/usr/diag/prdf/common/framework/config/iipDomainContainer.C index 3fe03b258..1d56e0ed2 100755 --- a/src/usr/diag/prdf/common/framework/config/iipDomainContainer.C +++ b/src/usr/diag/prdf/common/framework/config/iipDomainContainer.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -70,11 +70,8 @@ namespace PRDF // Member Function Specifications //--------------------------------------------------------------------- -// @jl02 a Start // This is used with the CHIP_CLASS vectors to remove one that matches a chipID // Predicate function for comparing chip IDs. This is required by remove_if from STL. -// TODO:FIXME: Add compiler directives or some method to make sure the type handling here -// is generic enough or correct enough to handle future use of this functionality. class prdfCompareChipIds: public std::unary_function { public: @@ -100,7 +97,6 @@ class prdfCompareChipIds: public std::unary_function //Private storage for value passed in. TARGETING::TargetHandle_t __cid; }; -// @jl02 a Stop template inline -- cgit v1.2.1