mirror of https://github.com/golang/go.git
delete debugging prints
R=rsc CC=golang-dev https://golang.org/cl/186079
This commit is contained in:
parent
ba5d0f2098
commit
2f63eb243c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue