• Russ Cox's avatar
    rpc: clean up dregs from June 2010 · 02323c0e
    Russ Cox authored
    In June 2010 I accidentally checked in pending
    changes to package rpc in a compiler CL:
    https://golang.org/cl/1736041
    
    I backed them out by hand in a followup CL:
    https://golang.org/cl/1736042
    
    That followup CL missed the lines being deleted
    in this CL, spotted by Petar.
    
    hg diff -r 5678:5683 src/cmd/prof/gopprof \
            src/pkg/image/png/reader.go \
            src/pkg/rpc/client.go \
            src/pkg/rpc/jsonrpc/all_test.go \
            src/pkg/rpc/jsonrpc/server.go \
            src/pkg/rpc/server.go \
            test/arm-pass.txt
    
    confirms that these lines in server.go are the
    only ones that were missed by the original followup.
    
    Fixes #1583.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/4266046
    02323c0e
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...