svn commit: r367919 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Sat Nov 21 10:58:20 UTC 2020


Author: kib
Date: Sat Nov 21 10:58:19 2020
New Revision: 367919
URL: https://svnweb.freebsd.org/changeset/base/367919

Log:
  Remove unused prototype.
  
  Missed part of r367918.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/kern/kern_umtx.c

Modified: head/sys/kern/kern_umtx.c
==============================================================================
--- head/sys/kern/kern_umtx.c	Sat Nov 21 10:32:40 2020	(r367918)
+++ head/sys/kern/kern_umtx.c	Sat Nov 21 10:58:19 2020	(r367919)
@@ -274,8 +274,6 @@ static void umtx_pi_free(struct umtx_pi *pi);
 static int do_unlock_pp(struct thread *td, struct umutex *m, uint32_t flags,
     bool rb);
 static void umtx_thread_cleanup(struct thread *td);
-static void umtx_exec_hook(void *arg __unused, struct proc *p __unused,
-    struct image_params *imgp __unused);
 SYSINIT(umtx, SI_SUB_EVENTHANDLER+1, SI_ORDER_MIDDLE, umtxq_sysinit, NULL);
 
 #define umtxq_signal(key, nwake)	umtxq_signal_queue((key), (nwake), UMTX_SHARED_QUEUE)


More information about the svn-src-all mailing list