cmd/dist: remove old misc/pprof

LGTM=dave, bradfitz, r, alex.brainman
R=r, dave, bradfitz, alex.brainman
CC=golang-codereviews
https://golang.org/cl/167350043
This commit is contained in:
Russ Cox 2014-11-09 20:20:26 -05:00
parent af3e02e404
commit 9bc842ca18
2 changed files with 0 additions and 5109 deletions

5100
misc/pprof

File diff suppressed because it is too large Load diff

View file

@ -670,13 +670,6 @@ install(char *dir)
bpathf(&final_path, "%s/src/%s", goroot_final, dir);
name = lastelem(dir);
// For misc/prof, copy into the tool directory and we're done.
if(hasprefix(dir, "misc/")) {
copyfile(bpathf(&b, "%s/%s", tooldir, name),
bpathf(&b1, "%s/misc/%s", goroot, name), 1);
goto out;
}
// set up gcc command line on first run.
if(gccargs.len == 0) {
bprintf(&b, "%s %s", defaultcc, defaultcflags);
@ -1293,8 +1286,6 @@ static char *buildorder[] = {
"libbio",
"liblink",
"misc/pprof",
"cmd/cc", // must be before c
"cmd/gc", // must be before g
"cmd/%sl", // must be before a, c, g