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:
parent
b4dc6c83cd
commit
d1cebcb608
@ -252,8 +252,6 @@ fn (b Board) hmirror() Board {
|
|||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
// GCC optimization bug; inlining fails when compiled with -prod
|
|
||||||
[no_inline]
|
|
||||||
fn (t TileLine) to_left() TileLine {
|
fn (t TileLine) to_left() TileLine {
|
||||||
right_border_idx := 4
|
right_border_idx := 4
|
||||||
mut res := t
|
mut res := t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user