From: Rob Pike Date: Tue, 12 Jan 2010 01:35:51 +0000 (-0800) Subject: delete debugging prints X-Git-Tag: weekly.2010-01-13~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2f63eb243cdceb924b92c65c5f9ddaf5f58fd182;p=gostls13.git delete debugging prints R=rsc CC=golang-dev https://golang.org/cl/186079 --- diff --git a/src/cmd/prof/main.c b/src/cmd/prof/main.c index b20dce4592..2bb67f5964 100644 --- a/src/cmd/prof/main.c +++ b/src/cmd/prof/main.c @@ -736,7 +736,6 @@ dumppprof() } // Write file. // See http://code.google.com/p/google-perftools/source/browse/trunk/doc/cpuprofile-fileformat.html - // BUG: assumes little endian. // 1) Header arch->ppword(0); // must be zero arch->ppword(3); // 3 words follow in header