tools: cleanup a dump() from vwatch.v
parent
1d1793ec34
commit
4ed6fb0e9b
|
@ -300,7 +300,6 @@ const ccontext = Context{
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
dump(scan_timeout_s)
|
|
||||||
mut context := unsafe { &Context(voidptr(&ccontext)) }
|
mut context := unsafe { &Context(voidptr(&ccontext)) }
|
||||||
context.pid = os.getpid()
|
context.pid = os.getpid()
|
||||||
context.vexe = os.getenv('VEXE')
|
context.vexe = os.getenv('VEXE')
|
||||||
|
|
Loading…
Reference in New Issue