mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Remove useless function declaration
This function apparently never existed.
This commit is contained in:
parent
e0c3d5122e
commit
b18464fad4
|
|
@ -1315,7 +1315,6 @@ extern void plpgsql_dumptree(PLpgSQL_function *func);
|
|||
/*
|
||||
* Scanner functions in pl_scanner.c
|
||||
*/
|
||||
extern int plpgsql_base_yylex(void);
|
||||
extern int plpgsql_yylex(void);
|
||||
extern int plpgsql_token_length(void);
|
||||
extern void plpgsql_push_back_token(int token);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user