1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Remove a redundant decalaration of call_desc[] since it's now a

fatal error.
This commit is contained in:
Gary Jennejohn 2002-02-27 08:33:08 +00:00
parent f81b04d96c
commit ffa4ab673b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91363

View File

@ -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 */