Remove bogus extern for 'descriptors' variable, which is in fact static.

Some compilers object to seeing extern and later static ...
This commit is contained in:
Tom Lane 2000-04-14 01:26:49 +00:00
parent 87ca3bd294
commit a7f2dd347b
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ extern struct when when_error,
when_nf,
when_warn;
extern struct ECPGstruct_member *struct_member_list[STRUCT_DEPTH];
extern struct descriptor *descriptors;
/* functions */