diff options
Diffstat (limited to 'src/pkg/runtime/race.h')
| -rw-r--r-- | src/pkg/runtime/race.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/race.h b/src/pkg/runtime/race.h index 5234656637..fee31e09f5 100644 --- a/src/pkg/runtime/race.h +++ b/src/pkg/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); |
