1
0
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:
Delyan Angelov 2021-11-02 09:29:12 +02:00
parent 1d1793ec34
commit 4ed6fb0e9b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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')