From 6ba484e5d2c8cd494d705a9c797c03d53dd8130b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 14 Dec 2021 11:33:12 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20redundant=20redeclaration=20of=20?= =?UTF-8?q?=E2=80=98ft=5Fgetpnames=5Fquotes=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/parse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/parse.c b/src/frontend/parse.c index 0f3ce0337..707e39012 100644 --- a/src/frontend/parse.c +++ b/src/frontend/parse.c @@ -28,8 +28,6 @@ extern int PPparse(char **, struct pnode **); #endif void db_print_pnode_tree(struct pnode *p, char *print); -struct pnode* ft_getpnames_quotes(wordlist* wl, bool check); - struct pnode *ft_getpnames_from_string(const char *sz, bool check) {