mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compile.v: remove duplicate import
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
benchmark
|
||||
compiler
|
||||
os
|
||||
compiler
|
||||
)
|
||||
|
||||
pub fn compile(command string, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user