mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
Update image.go
This commit is contained in:
@@ -266,7 +266,6 @@ type CacheImage struct {
|
||||
LocalSymbols []*CacheLocalSymbol64
|
||||
PublicSymbols []*Symbol
|
||||
ObjC objcInfo
|
||||
Swift switInfo
|
||||
|
||||
Analysis analysis
|
||||
|
||||
@@ -851,10 +850,6 @@ func (i *CacheImage) ParseHelpers() error {
|
||||
|
||||
func (i *CacheImage) ParseSwiftStrings() error {
|
||||
|
||||
if i.Swift.Strings == nil {
|
||||
i.Swift.Strings = make(map[uint64]string)
|
||||
}
|
||||
|
||||
m, err := i.GetPartialMacho()
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to get MachO for image %s; %v", i.Name, err)
|
||||
|
||||
Reference in New Issue
Block a user