summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-04-09 15:30:40 -0700
committerRuss Cox <rsc@golang.org>2010-04-09 15:30:40 -0700
commit79da15518c65196d0a6eb86d682c74161f6e2ef4 (patch)
tree45108c80c561d126a26fc4ddcd55e275f4e8d8d4 /src/pkg/runtime/runtime.h
parentd13ec30e1e389fcd90e9d3be49765f49bf791f93 (diff)
downloadgolang-79da15518c65196d0a6eb86d682c74161f6e2ef4.tar.gz
runtime: delete malx, skip_depth argument to malloc
remove internal functions from traces in gopprof instead. R=r CC=golang-dev http://codereview.appspot.com/855046
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h
index 7063a9fc6..8a97772da 100644
--- a/src/pkg/runtime/runtime.h
+++ b/src/pkg/runtime/runtime.h
@@ -383,7 +383,6 @@ void mcpy(byte*, byte*, uint32);
int32 mcmp(byte*, byte*, uint32);
void memmove(void*, void*, uint32);
void* mal(uintptr);
-void* malx(uintptr size, int32 skip_delta);
uint32 cmpstring(String, String);
String catstring(String, String);
String gostring(byte*);