Remove duplicate prototype.
authorbluhm <bluhm@openbsd.org>
Thu, 18 Mar 2021 11:17:04 +0000 (11:17 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 18 Mar 2021 11:17:04 +0000 (11:17 +0000)
usr.sbin/ntpd/constraint.c

index 6529070..397e3b8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: constraint.c,v 1.50 2020/02/20 14:41:01 otto Exp $    */
+/*     $OpenBSD: constraint.c,v 1.51 2021/03/18 11:17:04 bluhm Exp $   */
 
 /*
  * Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -58,7 +58,6 @@ struct constraint *
         constraint_bypid(pid_t);
 int     constraint_close(u_int32_t);
 void    constraint_update(void);
-void    constraint_reset(void);
 int     constraint_cmp(const void *, const void *);
 
 void    priv_constraint_close(int, int);