2048: remove `[no_inline]` (no longer needed)

pull/8909/head^2
Delyan Angelov 2021-02-22 21:40:55 +02:00
parent b4dc6c83cd
commit d1cebcb608
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 0 additions and 2 deletions

View File

@ -252,8 +252,6 @@ fn (b Board) hmirror() Board {
return res
}
// GCC optimization bug; inlining fails when compiled with -prod
[no_inline]
fn (t TileLine) to_left() TileLine {
right_border_idx := 4
mut res := t