Y
Hacker News
new
|
ask
|
show
|
jobs
by
djcj88
3024 days ago
The optimizer should remove that at compile time if it's not used.
1 comments
akx
3024 days ago
If it's a global variable not declared with `static`, another compilation unit could access and use it.
link