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 {