compiler: remove println statement

I forgot to remove this debug print after I wrote the code...
Этот коммит содержится в:
Ayke van Laethem 2018-10-29 18:18:23 +01:00
родитель 2a5c331516
коммит 317b12b8c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E97FF5335DFDFDED

Просмотреть файл

@ -225,7 +225,6 @@ func (c *Compiler) doesEscape(value llvm.Value) bool {
// pointers escape.
// TODO: introduce //go:noescape that sets the 'nocapture'
// flag on each input parameter.
println("declaration:", use.CalledValue().Name())
continue
}
}