1
0
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:
Peter Eisentraut
2025-01-08 08:21:05 +01:00
parent e0c3d5122e
commit b18464fad4

View File

@@ -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);