From 43aaa85b59ba06dce6e0f7063234235384e31135 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Thu, 8 Oct 2015 04:23:00 -0500 Subject: 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 Reviewed-by: Gregory S. Still --- hwpf/plat/src/target.C | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hwpf') 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 targets1; - G_vec_targets = std::move(targets1); std::vector::iterator tgt_iter; uint32_t l_beginning_offset; -- cgit v1.2.1