Remove redundant redeclaration of ‘ft_getpnames_quotes’

This commit is contained in:
Holger Vogt 2021-12-14 11:33:12 +01:00
parent 5adbfc1c86
commit 6ba484e5d2
1 changed files with 0 additions and 2 deletions

View File

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