summaryrefslogtreecommitdiff
path: root/libgo/runtime/race.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/race.h')
-rw-r--r--libgo/runtime/race.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/runtime/race.h b/libgo/runtime/race.h
index e84c5d4ec91..0f4718aa8aa 100644
--- a/libgo/runtime/race.h
+++ b/libgo/runtime/race.h
@@ -17,7 +17,6 @@ void runtime_racefini(void);
void runtime_racemapshadow(void *addr, uintptr size);
void runtime_racemalloc(void *p, uintptr sz);
-void runtime_racefree(void *p);
uintptr runtime_racegostart(void *pc);
void runtime_racegoend(void);
void runtime_racewritepc(void *addr, void *callpc, void *pc);