diff --git a/cmd/v/internal/compile/compile.v b/cmd/v/internal/compile/compile.v index e7ca89a235..0445d3bb88 100644 --- a/cmd/v/internal/compile/compile.v +++ b/cmd/v/internal/compile/compile.v @@ -7,7 +7,6 @@ import ( benchmark compiler os - compiler ) pub fn compile(command string, args []string) {