summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlat.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/hwasPlat.C')
-rw-r--r--src/usr/hwas/hwasPlat.C13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/usr/hwas/hwasPlat.C b/src/usr/hwas/hwasPlat.C
index 91d1ee8f6..b617b827b 100644
--- a/src/usr/hwas/hwasPlat.C
+++ b/src/usr/hwas/hwasPlat.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -182,17 +182,6 @@ errlHndl_t platReadIDEC(const TargetHandle_t &i_target)
} // platReadIDEC
//******************************************************************************
-// platSystemIsAtRuntime function
-// Description: This function will return false always because when Hostboot
-// is running then System cannot be at runtime
-//******************************************************************************
-bool platSystemIsAtRuntime()
-{
- HWAS_INF("HostBoot is running so system is not at runtime.");
- return false;
-}
-
-//******************************************************************************
// platIsMinHwCheckingAllowed function
// Description: This function will return false always because when Hostboot
// is running then System cannot be at runtime
OpenPOWER on IntegriCloud