mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
parser: fix case of falsely registering imports as used, remove unused imports (#21156)
This commit is contained in:
parent
59a5a790c9
commit
9704a01406
22 changed files with 100 additions and 104 deletions
|
@ -1,7 +1,6 @@
|
|||
module anim
|
||||
|
||||
import benchmark
|
||||
import sim
|
||||
import sim.img
|
||||
|
||||
fn pixels_worker(mut app App) {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import sokol
|
||||
import sokol.sapp
|
||||
import sokol.gfx
|
||||
import sokol.sgl
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import sokol
|
||||
import sokol.sapp
|
||||
import sokol.gfx
|
||||
import sokol.sgl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue