mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: cleanup a dump() from vwatch.v
This commit is contained in:
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
Block a user