remove prototype with no matching function
authorjsg <jsg@openbsd.org>
Sat, 18 May 2024 02:44:22 +0000 (02:44 +0000)
committerjsg <jsg@openbsd.org>
Sat, 18 May 2024 02:44:22 +0000 (02:44 +0000)
sbin/ifconfig/ifconfig.c

index eb5a9f2..2c257a4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ifconfig.c,v 1.471 2024/04/23 13:34:50 jsg Exp $      */
+/*     $OpenBSD: ifconfig.c,v 1.472 2024/05/18 02:44:22 jsg Exp $      */
 /*     $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $      */
 
 /*
@@ -711,8 +711,6 @@ void        process_join_commands(void);
 
 void   process_wg_commands(void);
 
-unsigned long get_ts_map(int, int, int);
-
 void   in_status(int);
 void   in_getaddr(const char *, int);
 void   in_getprefix(const char *, int);