1
0
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:
yuyi
2020-03-08 22:39:37 +08:00
committed by GitHub
parent d9854f2abd
commit 514b94ac69

View File

@@ -7,7 +7,6 @@ import (
benchmark
compiler
os
compiler
)
pub fn compile(command string, args []string) {