mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Remove useless function declaration
This function apparently never existed.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user