compiler: remove setting of v.pref.building_v flag in compiler/main.v . It is not needed anymore. (#2330)

pull/2334/head
Delyan Angelov 2019-10-14 01:19:49 +03:00 committed by joe-conigliaro
parent 61af044316
commit 47115fd579
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ fn main() {
}
// Construct the V object from command line arguments
mut v := compiler.new_v(args)
v.pref.building_v = true
if v.pref.is_verbose {
println(args)
}