Minor fixups (removed unnecessary code)

This commit is contained in:
Nekotekina 2021-04-11 16:36:02 +03:00
parent a16d8ba3ea
commit ccb46df905
2 changed files with 1 additions and 4 deletions

View file

@ -157,7 +157,6 @@ void fmt_class_string<CellSysutilParamId>::format(std::string& out, u64 arg)
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1011: return "ID_x1011";
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1012: return "ID_x1012";
case CELL_SYSUTIL_SYSTEMPARAM_ID_x1024: return "ID_x1024";
default: break;
}
return unknown;