Use boolean zero value instead of setting false
This commit is contained in:
parent
510133ae5a
commit
c0ba4681c9
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user