compiler: remove unreachable code

pull/2000/head
Alvydas Vitkauskas 2019-09-16 00:40:31 +03:00 committed by Alexander Medvednikov
parent 5db25352e5
commit ff4ef337da
1 changed files with 0 additions and 7 deletions

View File

@ -154,13 +154,6 @@ fn main() {
vfmt(args)
return
}
// v get sqlite
if 'get' in args {
// Create the modules directory if it's not there.
if !os.file_exists(ModPath) {
os.mkdir(ModPath)
}
}
// Construct the V object from command line arguments
mut v := new_v(args)
if v.pref.is_verbose {