mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
parser: warning about unused imports
This commit is contained in:
parent
c3fe2135a4
commit
6d0b791ac8
18 changed files with 46 additions and 27 deletions
|
@ -1,7 +1,6 @@
|
|||
module main
|
||||
|
||||
import os
|
||||
import term
|
||||
// //////////////////////////////////////////////////////////////////
|
||||
// / This file will get compiled as part of the main program,
|
||||
// / for a _test.v file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue