diff --git a/compiler/main.v b/compiler/main.v index 91c4500a78..d305b435b0 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -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 {