summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlatError.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/hwasPlatError.C')
-rw-r--r--src/usr/hwas/hwasPlatError.C18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/usr/hwas/hwasPlatError.C b/src/usr/hwas/hwasPlatError.C
index 8c53ccdb6..2ec510e66 100644
--- a/src/usr/hwas/hwasPlatError.C
+++ b/src/usr/hwas/hwasPlatError.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -35,22 +35,6 @@
namespace HWAS
{
-errlHndl_t hwasError(const uint8_t i_sev,
- const uint8_t i_modId,
- const uint16_t i_reasonCode,
- const uint64_t i_user1,
- const uint64_t i_user2)
-{
- errlHndl_t l_pErr;
-
- l_pErr = new ERRORLOG::ErrlEntry(
- (ERRORLOG::errlSeverity_t)i_sev, i_modId,
- i_reasonCode,
- i_user1, i_user2);
- l_pErr->collectTrace("HWAS_I");
- return l_pErr;
-}
-
void hwasErrorAddProcedureCallout(errlHndl_t & io_errl,
const HWAS::epubProcedureID i_procedure,
const HWAS::callOutPriority i_priority)
OpenPOWER on IntegriCloud