Module Name: src Committed By: rillig Date: Tue Dec 29 19:09:53 UTC 2020
Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: remove redundant function prototypes To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/xlint/lint1/init.c diff -u src/usr.bin/xlint/lint1/init.c:1.38 src/usr.bin/xlint/lint1/init.c:1.39 --- src/usr.bin/xlint/lint1/init.c:1.38 Tue Dec 29 19:02:16 2020 +++ src/usr.bin/xlint/lint1/init.c Tue Dec 29 19:09:53 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.38 2020/12/29 19:02:16 rillig Exp $ */ +/* $NetBSD: init.c,v 1.39 2020/12/29 19:09:53 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -37,7 +37,7 @@ #include <sys/cdefs.h> #if defined(__RCSID) && !defined(lint) -__RCSID("$NetBSD: init.c,v 1.38 2020/12/29 19:02:16 rillig Exp $"); +__RCSID("$NetBSD: init.c,v 1.39 2020/12/29 19:09:53 rillig Exp $"); #endif #include <ctype.h> @@ -69,13 +69,7 @@ typedef struct namlist { namlist_t *namedmem = NULL; -static void initstack_push(void); -static void initstack_check_too_many(void); -static void initstack_pop_brace(void); -static void initstack_pop_nobrace(void); -static void initstack_pop_item(void); static int initstack_string(tnode_t *); -static void pop_member(void); #ifndef DEBUG #define DPRINTF(a)