Skip to content

Commit b5319f9

Browse files
committed
mpl: removed unused variable
Signed-off-by: João Mai <[email protected]>
1 parent 9b9c5d9 commit b5319f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpl/src/SACoreHardMacro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void SACoreHardMacro::perturb()
113113
const float action_prob_1 = pos_swap_prob_;
114114
const float action_prob_2 = action_prob_1 + neg_swap_prob_;
115115
const float action_prob_3 = action_prob_2 + double_swap_prob_;
116-
const float action_prob_4 = action_prob_3 + exchange_prob_;
116+
117117
if (op <= action_prob_1) {
118118
action_id_ = 1;
119119
singleSeqSwap(true); // Swap two macros in pos_seq_

0 commit comments

Comments
 (0)