Tracerestrict: Remove TRSCOF_ACQUIRE_TRY_ON_RESERVE, same as TRSCOF_ACQUIRE_TRY
This commit is contained in:
@@ -818,7 +818,6 @@ static const StringID _slot_op_subtypes_str[] = {
|
||||
STR_TRACE_RESTRICT_SLOT_PBS_RES_END_ACQUIRE_WAIT,
|
||||
STR_TRACE_RESTRICT_SLOT_PBS_RES_END_TRY_ACQUIRE,
|
||||
STR_TRACE_RESTRICT_SLOT_PBS_RES_END_RELEASE,
|
||||
STR_TRACE_RESTRICT_SLOT_TRY_ACQUIRE_ON_RES,
|
||||
INVALID_STRING_ID,
|
||||
};
|
||||
static const uint _slot_op_subtypes_val[] = {
|
||||
@@ -829,7 +828,6 @@ static const uint _slot_op_subtypes_val[] = {
|
||||
TRSCOF_PBS_RES_END_ACQ_WAIT,
|
||||
TRSCOF_PBS_RES_END_ACQ_TRY,
|
||||
TRSCOF_PBS_RES_END_RELEASE,
|
||||
TRSCOF_ACQUIRE_TRY_ON_RESERVE,
|
||||
};
|
||||
/** slot op subtypes dropdown list set */
|
||||
static const TraceRestrictDropDownListSet _slot_op_subtypes = {
|
||||
@@ -1617,10 +1615,6 @@ static void DrawInstructionString(const TraceRestrictProgram *prog, TraceRestric
|
||||
instruction_string = STR_TRACE_RESTRICT_SLOT_PBS_RES_END_RELEASE_ITEM;
|
||||
break;
|
||||
|
||||
case TRSCOF_ACQUIRE_TRY_ON_RESERVE:
|
||||
instruction_string = STR_TRACE_RESTRICT_SLOT_TRY_ACQUIRE_ITEM_RES_ONLY;
|
||||
break;
|
||||
|
||||
default:
|
||||
NOT_REACHED();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user