]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Drop unnecessary prototype
authorChristian Göttsche <cgzones@googlemail.com>
Fri, 5 Aug 2022 15:40:33 +0000 (17:40 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sat, 6 Aug 2022 16:27:56 +0000 (11:27 -0500)
The function is defined directly after.

libmisc/console.c

index 4720e3e135b42ab64bd74b7377cf05dc5b6e59e2..c475aa23fd91a6645b96e3e6b1bcbdeb8167c524 100644 (file)
@@ -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