mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove useless extern keywords
An extern keyword on a function definition (not declaration) is useless and not the normal style. Discussion: https://www.postgresql.org/message-id/flat/e0a62134-83da-4ba4-8cdb-ceb0111c95ce@eisentraut.org
This commit is contained in:
@ -4020,7 +4020,7 @@ check_debug_io_direct(char **newval, void **extra, GucSource source)
|
||||
return result;
|
||||
}
|
||||
|
||||
extern void
|
||||
void
|
||||
assign_debug_io_direct(const char *newval, void *extra)
|
||||
{
|
||||
int *flags = (int *) extra;
|
||||
|
Reference in New Issue
Block a user