diff --git a/proc/proc.go b/proc/proc.go index f46151e7..1ecafaa3 100644 --- a/proc/proc.go +++ b/proc/proc.go @@ -695,8 +695,6 @@ func (dbp *Process) getGoInformation() (ver GoVersion, isextld bool, err error) return } - isextld = false - rdr := dbp.DwarfReader() rdr.Seek(0) for entry, err := rdr.NextCompileUnit(); entry != nil; entry, err = rdr.NextCompileUnit() {