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.
// 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