Commit e3ce98a2 authored by Tony Luck's avatar Tony Luck

[IA64] mca.c: delete unused "return_to_sal" label

Label is unused, and so the compiler generates a warning.
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 94c6410f
......@@ -882,8 +882,6 @@ ia64_mca_ucmc_handler(void)
&ia64_sal_to_os_handoff_state,
&ia64_os_to_sal_handoff_state));
return_to_sal:
if (recover) {
sal_log_record_header_t *rh = IA64_LOG_CURR_BUFFER(SAL_INFO_TYPE_MCA);
rh->severity = sal_log_severity_corrected;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment