summaryrefslogtreecommitdiffstats
path: root/hwpf
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-10-08 04:23:00 -0500
committerGregory S. Still <stillgs@us.ibm.com>2015-10-15 21:15:23 -0500
commit43aaa85b59ba06dce6e0f7063234235384e31135 (patch)
tree7bce534bface7892fda3a0a504e985a1f1d6597c /hwpf
parent4d0a0ca7b6375ad21614ecc4538da9fdf5ea8b7a (diff)
downloadtalos-sbe-43aaa85b59ba06dce6e0f7063234235384e31135.tar.gz
talos-sbe-43aaa85b59ba06dce6e0f7063234235384e31135.zip
Global constructor support
Change-Id: I3073787372f8405adc2b8d11f41413e3b61688ce Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21036 Tested-by: Jenkins Server Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'hwpf')
-rw-r--r--hwpf/plat/src/target.C5
1 files changed, 0 insertions, 5 deletions
diff --git a/hwpf/plat/src/target.C b/hwpf/plat/src/target.C
index be9727f9..c70fc42c 100644
--- a/hwpf/plat/src/target.C
+++ b/hwpf/plat/src/target.C
@@ -307,11 +307,6 @@ fapi_try_exit:
G_ex_attributes_ptr = &G_ex_attributes;
- // This is workaround. Currently we do not have code to initialise
- // global objects. So initializing global objects against using local
- // initialized object
- std::vector<fapi2::plat_target_handle_t> targets1;
- G_vec_targets = std::move(targets1);
std::vector<fapi2::plat_target_handle_t>::iterator tgt_iter;
uint32_t l_beginning_offset;
OpenPOWER on IntegriCloud