]> Cypherpunks repositories - gostls13.git/commitdiff
delete debugging prints
authorRob Pike <r@golang.org>
Tue, 12 Jan 2010 01:35:51 +0000 (17:35 -0800)
committerRob Pike <r@golang.org>
Tue, 12 Jan 2010 01:35:51 +0000 (17:35 -0800)
R=rsc
CC=golang-dev
https://golang.org/cl/186079

src/cmd/prof/main.c

index b20dce45925c7df293f77dc4cef80a26deac7c65..2bb67f59649fbd6296e9ab3dbe4d892c67be48c8 100644 (file)
@@ -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