summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r--src/usr/fapi2/test/fapi2VerifyPrdAttrTest.C21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/usr/fapi2/test/fapi2VerifyPrdAttrTest.C b/src/usr/fapi2/test/fapi2VerifyPrdAttrTest.C
index 1a0ccac50..4c62d2f03 100644
--- a/src/usr/fapi2/test/fapi2VerifyPrdAttrTest.C
+++ b/src/usr/fapi2/test/fapi2VerifyPrdAttrTest.C
@@ -32,27 +32,6 @@
#include "fapi2TestUtils.H"
#include <utils.H>
-// NOTE: This testcase does run successfully
-// when enabling fapi test library.
-//
-// However, log_related_error(..) has to have
-// a prototype defined for this to compile..
-// That will eventually be true when
-// the EKB changes show up in utils.H
-#if 1
-namespace fapi2
-{
-void log_related_error(
- const Target<TARGET_TYPE_ALL>& i_target,
- fapi2::ReturnCode& io_rc,
- const fapi2::errlSeverity_t i_sev = fapi2::FAPI2_ERRL_SEV_UNRECOVERABLE,
- const bool i_unitTestError = false );
-}
-#else
-#include <utils.H>
-#endif
-
-
// Used to generate a FAPI RC -- don't care how or why
fapi2::ReturnCode verifyPrd_get_fapi2_error(void)
OpenPOWER on IntegriCloud