1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:54:39 -07:00

delete debugging prints

R=rsc
CC=golang-dev
https://golang.org/cl/186079
This commit is contained in:
Rob Pike 2010-01-11 17:35:51 -08:00
parent ba5d0f2098
commit 2f63eb243c

View File

@ -736,7 +736,6 @@ dumppprof()
} }
// Write file. // Write file.
// See http://code.google.com/p/google-perftools/source/browse/trunk/doc/cpuprofile-fileformat.html // See http://code.google.com/p/google-perftools/source/browse/trunk/doc/cpuprofile-fileformat.html
// BUG: assumes little endian.
// 1) Header // 1) Header
arch->ppword(0); // must be zero arch->ppword(0); // must be zero
arch->ppword(3); // 3 words follow in header arch->ppword(3); // 3 words follow in header