• Dave Cheney's avatar
    cmd/compile/internal/gc: remove unused exportsize variable · dd0e1acf
    Dave Cheney authored
    In Go 1.7 and earlier, gc.exportsize tracked the number of bytes
    written through exportf. With the removal of the old exporter in Go 1.8
    exportf is only used for printing the build id, and the header and
    trailer of the binary export format. The size of the export data is
    now returned directly from the exporter and exportsize is never
    referenced. Remove it.
    
    Change-Id: Id301144b3c26c9004c722d0c55c45b0e0801a88c
    Reviewed-on: https://go-review.googlesource.com/38116
    Run-TryBot: Dave Cheney <dave@cheney.net>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    dd0e1acf
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...