diff --git a/cmd/tools/vwatch.v b/cmd/tools/vwatch.v index a7c55a1fc2..7a277ee9a8 100644 --- a/cmd/tools/vwatch.v +++ b/cmd/tools/vwatch.v @@ -300,7 +300,6 @@ const ccontext = Context{ } fn main() { - dump(scan_timeout_s) mut context := unsafe { &Context(voidptr(&ccontext)) } context.pid = os.getpid() context.vexe = os.getenv('VEXE')