utility.go: Bugfix for excessive loading and reloading of tag-indices

dustin/add_skipped_tags_tracking
Dustin Oprea 2020-05-18 01:23:35 -04:00
parent 4686c99e3c
commit 76635a8c89
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ func GetFlatExifData(exifData []byte) (exifTags []ExifTag, err error) {
var ifd *Ifd
ifd, q = q[0], q[1:]
ti := NewTagIndex()
for _, ite := range ifd.Entries {
tagId := ite.TagId()
tagType := ite.TagType()