From: fenner Date: Mon, 12 Nov 2001 22:04:23 +0000 (+0000) Subject: Eliminate duplicate prototypes. X-Git-Tag: libpcap-0.7.1~20 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/5795b0ba569f7a879be209b120b8b12b28e5a5d8 Eliminate duplicate prototypes. --- diff --git a/optimize.c b/optimize.c index 56983407..d44e041d 100644 --- a/optimize.c +++ b/optimize.c @@ -22,7 +22,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/optimize.c,v 1.70 2001-11-12 22:02:50 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/optimize.c,v 1.71 2001-11-12 22:04:23 fenner Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -120,9 +120,6 @@ static void opt_peep(struct block *); static void opt_stmt(struct stmt *, int[], int); static void deadstmt(struct stmt *, struct stmt *[]); static void opt_deadstores(struct block *); -static void opt_blk(struct block *, int); -static int use_conflict(struct block *, struct block *); -static void opt_j(struct edge *); static struct block *fold_edge(struct block *, struct edge *); static inline int eq_blk(struct block *, struct block *); static int slength(struct slist *);