summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-06-28 16:26:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-07-01 09:25:02 -0500
commit9f597d2c7a66d1454e37f3b41c95f2b31bd2722d (patch)
tree4ab81ccd4676d27172c6157a996bfb58e54549c1 /src/include
parent4154aa7077447bad31241e4c7405040c5c314ee9 (diff)
downloadtalos-hostboot-9f597d2c7a66d1454e37f3b41c95f2b31bd2722d.tar.gz
talos-hostboot-9f597d2c7a66d1454e37f3b41c95f2b31bd2722d.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/errl/errludattribute.H10
1 files changed, 0 insertions, 10 deletions
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 <errl/errluserdetails.H>
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 <errl/errludattribute_gen.H>
-
-#endif
#endif //ERRL_UDATTRIBUTE_H
OpenPOWER on IntegriCloud