From: Christian Göttsche Date: Fri, 5 Aug 2022 15:40:33 +0000 (+0200) Subject: Drop unnecessary prototype X-Git-Tag: 4.12~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c641c1f2a7ab4dc7ae6e263a52ba2679f5c3f07;p=thirdparty%2Fshadow.git Drop unnecessary prototype The function is defined directly after. --- diff --git a/libmisc/console.c b/libmisc/console.c index 4720e3e13..c475aa23f 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