From 9f597d2c7a66d1454e37f3b41c95f2b31bd2722d Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 28 Jun 2019 16:26:27 -0500 Subject: Fix errludattribute changes that broke the build Split the plugin file into a separate file and renamed it to make it obvious which file (runtime or parser) is which. Change-Id: I60d1b9cf7e5816e2d03ce56f6529c0b88178c489 CQ: SW469233 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79762 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen Reviewed-by: Nicholas E. Bofferding Reviewed-by: Daniel M. Crowell --- src/include/usr/errl/errludattribute.H | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/include/usr') diff --git a/src/include/usr/errl/errludattribute.H b/src/include/usr/errl/errludattribute.H index 369f4a562..8321785cb 100644 --- a/src/include/usr/errl/errludattribute.H +++ b/src/include/usr/errl/errludattribute.H @@ -31,8 +31,6 @@ * an error log. */ -#if !defined(PARSER) && !defined(LOGPARSER) - #include namespace TARGETING // Forward reference @@ -85,13 +83,5 @@ class ErrlUserDetailsAttribute : public ErrlUserDetails { uint32_t iv_dataSize; }; } -#else // if LOGPARSER defined - -#include "errluserdetails.H" - -// Pull in the auto-generated portion for the parser -#include - -#endif #endif //ERRL_UDATTRIBUTE_H -- cgit v1.2.1