From b1ff77dba99b53992f972c2eb17cf8c19302711e Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Tue, 5 May 2020 19:51:12 -0400 Subject: [PATCH] ifd_enumerate.go: Drop TODO --- v2/ifd_enumerate.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/ifd_enumerate.go b/v2/ifd_enumerate.go index cac9e5a..d229ef8 100644 --- a/v2/ifd_enumerate.go +++ b/v2/ifd_enumerate.go @@ -710,8 +710,6 @@ func (ifd *Ifd) GpsInfo() (gi *GpsInfo, err error) { } }() - // TODO(dustin): !! Also add functionality to update the GPS info. - gi = new(GpsInfo) if ifd.IfdPath != exifcommon.IfdPathStandardGps {