From 42dd7b1157813c5df6b6b8d40fdcc6b999135b0b Mon Sep 17 00:00:00 2001 From: gj Date: Wed, 27 Feb 2002 08:33:08 +0000 Subject: Remove a redundant decalaration of call_desc[] since it's now a fatal error. --- sys/i4b/layer3/i4b_q931.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/i4b') diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c index 1f4d29a..c294c7d 100644 --- a/sys/i4b/layer3/i4b_q931.c +++ b/sys/i4b/layer3/i4b_q931.c @@ -77,8 +77,6 @@ unsigned int i4b_l3_debug = L3_DEBUG_DEFAULT; -/* this is declared in layer4/i4b_l4mgmt.c, which is always required */ -extern call_desc_t call_desc[N_CALL_DESC]; /* call descriptor array */ ctrl_desc_t ctrl_desc[MAX_CONTROLLERS]; /* controller description array */ int utoc_tab[MAX_CONTROLLERS]; /* unit to controller conversion */ -- cgit v1.1