compiler: remove setting of v.pref.building_v flag in compiler/main.v . It is not needed anymore. (#2330)
parent
61af044316
commit
47115fd579
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue