From 4c641c1f2a7ab4dc7ae6e263a52ba2679f5c3f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 5 Aug 2022 17:40:33 +0200 Subject: [PATCH] Drop unnecessary prototype The function is defined directly after. --- libmisc/console.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libmisc/console.c b/libmisc/console.c index 4720e3e1..c475aa23 100644 --- a/libmisc/console.c +++ b/libmisc/console.c @@ -16,9 +16,6 @@ #ident "$Id$" -/* local function prototypes */ -static bool is_listed (const char *cfgin, const char *tty, bool def); - /* * This is now rather generic function which decides if "tty" is listed * under "cfgin" in config (directly or indirectly). Fallback to default if