1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

2048: remove [no_inline] (no longer needed)

This commit is contained in:
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

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