tools: cleanup a dump() from vwatch.v
parent
1d1793ec34
commit
4ed6fb0e9b
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue