diff options
Diffstat (limited to 'src/usr/util/runtime')
-rw-r--r-- | src/usr/util/runtime/rt_cmds.C | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/util/runtime/rt_cmds.C b/src/usr/util/runtime/rt_cmds.C index 96172c712..4ce0f9a11 100644 --- a/src/usr/util/runtime/rt_cmds.C +++ b/src/usr/util/runtime/rt_cmds.C @@ -780,7 +780,6 @@ int cmd_reload_pm_complex( char*& o_output, uint64_t stopAt ) sprintf(o_output, "cmd_reload_pm_complex >>\n"); UTIL_FT("cmd_reload_pm_complex >>"); -#if 0 //fixme uint64_t l_chip; uint64_t l_occ_common_addr; uint64_t l_homerPhysAddr; @@ -941,7 +940,6 @@ int cmd_reload_pm_complex( char*& o_output, uint64_t stopAt ) } delete coreThreadRestoreBEFORE; -#endif //fixme sprintf(l_tmpstr, "<< cmd_reload_pm_complex\n"); strcat(o_output, l_tmpstr); UTIL_FT("<< cmd_reload_pm_complex"); |