mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
zsh-workers/8741
This commit is contained in:
parent
08a15211db
commit
55e394ccd1
1 changed files with 0 additions and 9 deletions
|
@ -1021,13 +1021,6 @@ fallback_zleread(char *lp, char *rp, int ha)
|
|||
|
||||
/* compctl entry point pointers. Similar to the ZLE ones. */
|
||||
|
||||
#ifdef LINKED_XMOD_comp1
|
||||
|
||||
/**/
|
||||
CompctlReadFn compctlreadptr;
|
||||
|
||||
#else /* !LINKED_XMOD_comp1 */
|
||||
|
||||
CompctlReadFn compctlreadptr = fallback_compctlread;
|
||||
|
||||
/**/
|
||||
|
@ -1038,5 +1031,3 @@ fallback_compctlread(char *name, char **args, char *ops, char *reply)
|
|||
NULL, 0);
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif /* !LINKED_XMOD_comp1 */
|
||||
|
|
Loading…
Reference in a new issue