mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
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:
parent
87ca3bd294
commit
a7f2dd347b
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue