1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: remove unreachable code

This commit is contained in:
Alvydas Vitkauskas 2019-09-16 00:40:31 +03:00 committed by Alexander Medvednikov
parent 5db25352e5
commit ff4ef337da

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 {