From: Johnny Luo Date: Sat, 15 Jul 2017 17:58:00 +0000 (+1000) Subject: archive/zip: remove an out of date TODO X-Git-Tag: go1.9rc1~45 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bcc349aecf7bb26d4430e8f8ab60d9362181d1a0;p=gostls13.git archive/zip: remove an out of date TODO It had been implemented. Refer to https://golang.org/pkg/archive/zip/#FileHeader.Comment Change-Id: I81572562c3111b58189baa3510b9ba688fe269c9 Reviewed-on: https://go-review.googlesource.com/48857 Reviewed-by: Joe Tsai Run-TryBot: Joe Tsai TryBot-Result: Gobot Gobot --- diff --git a/src/archive/zip/writer.go b/src/archive/zip/writer.go index f46a03c37e..9f4fceee84 100644 --- a/src/archive/zip/writer.go +++ b/src/archive/zip/writer.go @@ -14,8 +14,6 @@ import ( "unicode/utf8" ) -// TODO(adg): support zip file comments - // Writer implements a zip file writer. type Writer struct { cw *countWriter