summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep06/call_host_voltage_config.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep06/call_host_voltage_config.C')
-rw-r--r--src/usr/isteps/istep06/call_host_voltage_config.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/isteps/istep06/call_host_voltage_config.C b/src/usr/isteps/istep06/call_host_voltage_config.C
index 4b787fcd5..82f44884f 100644
--- a/src/usr/isteps/istep06/call_host_voltage_config.C
+++ b/src/usr/isteps/istep06/call_host_voltage_config.C
@@ -52,7 +52,10 @@ void* call_host_voltage_config( void *io_pArgs )
{
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_voltage_config entry" );
+// TODO RTC:157341 RE-enabled this after form 3 #v gets merged
+
ISTEP_ERROR::IStepError l_stepError;
+#if 0
errlHndl_t l_err = nullptr;
Target * l_sys = nullptr;
TargetHandleList l_procList;
@@ -287,6 +290,7 @@ void* call_host_voltage_config( void *io_pArgs )
errlCommit( l_err, ISTEP_COMP_ID );
}
+#endif
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_voltage_config exit" );
OpenPOWER on IntegriCloud