Cleanup internal references

Story: 2002971
Task: 22979

Change-Id: I095b52139ff4c702fe8a030c1d1697375ef6ff5a
Signed-off-by: Jack Ding <jack.ding@windriver.com>
This commit is contained in:
Jack Ding 2018-07-11 17:21:53 -04:00
parent cb2d1b3bfc
commit 29ed8f1c18
1 changed files with 0 additions and 9 deletions

View File

@ -95,15 +95,6 @@ int hwmonHostClass::ipmi_create_sensor_model ( struct hwmonHostClass::hwmon_host
ilog ("%s provisioning Quanta server using %s\n",
host_ptr->hostname.c_str(), QUANTA_SENSOR_PROFILE_FILE );
// HP: Why IMPI sensor model is using smashLoad_Server_info ??
// EM: To maintain legacy mode for Nokia, don't change this (for now):q
//
// if (ini_parse ( QUANTA_SENSOR_PROFILE_FILE, smashLoad_server_info, &host_ptr->profile_config ) < 0)
// {
// elog ("Can't load '%s'\n", QUANTA_SENSOR_PROFILE_FILE );
// return (FAIL_LOAD_INI);
// }
profile_groups = load_profile_groups ( host_ptr, &group_array[0], MAX_HOST_GROUPS, error );
if (( error == false ) && ( profile_groups == host_ptr->groups ))
{