mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 20:14:04 +00:00
compiler: remove println statement
I forgot to remove this debug print after I wrote the code...
This commit is contained in:
@@ -225,7 +225,6 @@ func (c *Compiler) doesEscape(value llvm.Value) bool {
|
|||||||
// pointers escape.
|
// pointers escape.
|
||||||
// TODO: introduce //go:noescape that sets the 'nocapture'
|
// TODO: introduce //go:noescape that sets the 'nocapture'
|
||||||
// flag on each input parameter.
|
// flag on each input parameter.
|
||||||
println("declaration:", use.CalledValue().Name())
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user