]> Cypherpunks repositories - gostls13.git/commit
image/png: remove unnecessary function call
authorRui Ueyama <ruiu@google.com>
Mon, 23 Jun 2014 00:29:56 +0000 (10:29 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 23 Jun 2014 00:29:56 +0000 (10:29 +1000)
commit9cddb486433bfb3e149df98f2940b25b00b8ed52
tree97a5ff88600bd086ebc6df89ace41bcc012377f9
parenta200e0b8fda46dadb1474248f21d44a16bd92dd2
image/png: remove unnecessary function call

paeth(0, x, 0) == x for any uint8 value.

LGTM=nigeltao
R=golang-codereviews, bradfitz, nigeltao
CC=golang-codereviews
https://golang.org/cl/105290049
src/pkg/image/png/writer.go