From 4ed6fb0e9bd4c93e58d9ae65891de3185f32cb9b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 2 Nov 2021 09:29:12 +0200 Subject: [PATCH] tools: cleanup a dump() from vwatch.v --- cmd/tools/vwatch.v | 1 - 1 file changed, 1 deletion(-) 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')