aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/freebsd/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/freebsd/thread.c')
-rw-r--r--src/pkg/runtime/freebsd/thread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pkg/runtime/freebsd/thread.c b/src/pkg/runtime/freebsd/thread.c
index 569098aa21..f8c550f578 100644
--- a/src/pkg/runtime/freebsd/thread.c
+++ b/src/pkg/runtime/freebsd/thread.c
@@ -102,11 +102,6 @@ runtime·unlock(Lock *l)
umtx_unlock(l);
}
-void
-runtime·destroylock(Lock*)
-{
-}
-
// Event notifications.
void
runtime·noteclear(Note *n)