From 150224a641b4e42672a3cd55344e7bd4e26953e3 Mon Sep 17 00:00:00 2001 From: Santosh Puranik Date: Fri, 6 Nov 2015 04:47:59 -0600 Subject: Provide default value of 0 for Target c'tor Change-Id: If52c82f34bdce45d5e351c0be658d692cb8d502a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21863 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta Reviewed-by: Gregory S. Still --- hwpf/include/fapi2_target.H | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hwpf/include') diff --git a/hwpf/include/fapi2_target.H b/hwpf/include/fapi2_target.H index 32b68618..d2eabf37 100644 --- a/hwpf/include/fapi2_target.H +++ b/hwpf/include/fapi2_target.H @@ -93,11 +93,7 @@ namespace fapi2 /// single uint64_t in value which represents all the information /// they might need. value( K | V ), for example /// - Target(V Value); - -// Target(V Value): -// iv_handle(Value) -// {} + Target(V Value = 0); /// /// @brief Assignment Operator. -- cgit v1.2.1