Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(464)

Issue 105290049: code review 105290049: image/png: remove unnecessary function call (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 12 months ago by ruiu
Modified:
10 years, 11 months ago
Reviewers:
nigeltao, gobot
CC:
golang-codereviews, bradfitz, nigeltao
Visibility:
Public.

Description

image/png: remove unnecessary function call paeth(0, x, 0) == x for any uint8 value.

Patch Set 1 #

Patch Set 2 : diff -r bb2f58dbe604 https://code.google.com/p/go #

Patch Set 3 : diff -r bb2f58dbe604 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/image/png/writer.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
ruiu
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 12 months ago (2014-06-21 02:22:55 UTC) #1
bradfitz
R=nigeltao On Fri, Jun 20, 2014 at 7:22 PM, ruiu via golang-codereviews < golang-codereviews@googlegroups.com> wrote: ...
10 years, 12 months ago (2014-06-21 16:31:28 UTC) #2
ruiu
I verified that paeth(0, x, 0) == x for all possible uint8 values by writing ...
10 years, 12 months ago (2014-06-21 17:44:48 UTC) #3
nigeltao
LGTM.
10 years, 11 months ago (2014-06-23 00:29:34 UTC) #4
nigeltao
*** Submitted as https://code.google.com/p/go/source/detail?r=d628e9e34434 *** image/png: remove unnecessary function call paeth(0, x, 0) == x ...
10 years, 11 months ago (2014-06-23 00:30:06 UTC) #5
gobot
10 years, 11 months ago (2014-06-23 01:32:07 UTC) #6
This CL appears to have broken the plan9-386-cnielsen builder.
See http://build.golang.org/log/7741353b19e1fbb83310d1f02781cde345fb039b
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b