compiler: remove unreachable code
parent
5db25352e5
commit
ff4ef337da
|
@ -154,13 +154,6 @@ fn main() {
|
||||||
vfmt(args)
|
vfmt(args)
|
||||||
return
|
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
|
// Construct the V object from command line arguments
|
||||||
mut v := new_v(args)
|
mut v := new_v(args)
|
||||||
if v.pref.is_verbose {
|
if v.pref.is_verbose {
|
||||||
|
|
Loading…
Reference in New Issue