summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/race0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/race0.c')
-rw-r--r--src/pkg/runtime/race0.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pkg/runtime/race0.c b/src/pkg/runtime/race0.c
index b74b03583..eddb0be79 100644
--- a/src/pkg/runtime/race0.c
+++ b/src/pkg/runtime/race0.c
@@ -111,12 +111,6 @@ runtimeĀ·racemalloc(void *p, uintptr sz)
USED(sz);
}
-void
-runtimeĀ·racefree(void *p)
-{
- USED(p);
-}
-
uintptr
runtimeĀ·racegostart(void *pc)
{