summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas/common
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-11-05 11:53:07 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-07 14:59:47 -0600
commit288892a74556c285f8ec6b823dd8929fed1b4ac2 (patch)
treea1db6f5bb2d7f7ac0e5b45c281c35627ca9e4e04 /src/include/usr/hwas/common
parent503a82e95be52cfbf4f67dbb6270f4dff27e3ae6 (diff)
downloadtalos-hostboot-288892a74556c285f8ec6b823dd8929fed1b4ac2.tar.gz
talos-hostboot-288892a74556c285f8ec6b823dd8929fed1b4ac2.zip
Remove unused createGardRecord() function
hwas common createGardRecord() function is not used by FSP and so doesn't need to be in the common section. move functionality to the hostboot platCreateGardRecord() and delete the common function. Change-Id: Ie8245d6a52ea3acf75966f97740af9c24dc97913 RTC: 90404 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7064 Tested-by: Jenkins Server Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas/common')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index abf8af3b9..d321c0113 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -249,26 +249,6 @@ public:
const uint32_t i_errlEid);
/**
- * @brief Creates a GARD Record for a Target.
- *
- * Called by ErrlManager when committing an error log containing a
- * GARD Record request.
- *
- * Called by an administrator to manually create a GARD Record.
- *
- * Any error creating the GARD Record will be returned to the user.
- *
- * @param[in] i_pTarget Pointer to Target to create GARD Record for.
- * @param[in] i_errlEid Error log EID to store in GARD Record.
- * @param[in] i_errorType error type of the GARD Record.
- *
- * @return errlHndl_t. Error log handle.
- */
- errlHndl_t createGardRecord(const TARGETING::Target * const i_pTarget,
- const uint32_t i_errlEid,
- const GARD_ErrorType i_errorType);
-
- /**
* @brief Platform specific function that
* Creates a GARD Record for a Target.
*
OpenPOWER on IntegriCloud