compile.v: remove duplicate import

pull/3968/head
yuyi 2020-03-08 22:39:37 +08:00 committed by GitHub
parent d9854f2abd
commit 514b94ac69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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