From 379efca3b8ff7fd5bcd05c7bf8c1226e07cd7219 Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Thu, 1 Feb 2018 16:35:13 -0600 Subject: Support multiple nodes in HBRT - Update Functions Existing targeting functions were written to support a single node implementation. There are functions currently linked to HBRT, but not needed by HBRT that break with the multiple nodes support. Those functions will be compiled out of HBRT. Change-Id: I7d70caa4721c52c032e099f75dae2fce5c6fe3be RTC: 186580 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53233 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes Tested-by: FSP CI Jenkins Reviewed-by: Prachi Gupta Reviewed-by: Daniel M. Crowell --- src/usr/targeting/runtime/attrrp_rt.C | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/usr/targeting/runtime') diff --git a/src/usr/targeting/runtime/attrrp_rt.C b/src/usr/targeting/runtime/attrrp_rt.C index e97fae738..e13ecd3dc 100644 --- a/src/usr/targeting/runtime/attrrp_rt.C +++ b/src/usr/targeting/runtime/attrrp_rt.C @@ -29,7 +29,6 @@ #include #include #include -#include #include #include @@ -45,9 +44,6 @@ namespace TARGETING do { - // Create AttributeSync - AttributeSync l_attributeSync = AttributeSync(); - // Allocate section structures based on section count in header. iv_sectionCount = i_header->numSections; iv_sections = new AttrRP_Section[iv_sectionCount](); -- cgit v1.2.3