diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-24 12:35:07 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-24 12:35:07 +0000 |
commit | a2876b6db3e25ab7c5f7df10806d6f0b45b89514 (patch) | |
tree | 9b88c88737985c50b206eae2c239ffb7517862a7 /Src/Zle/compresult.c | |
parent | ad108b32774ef7860c280c4609aa178c15e6b759 (diff) | |
download | zsh-a2876b6db3e25ab7c5f7df10806d6f0b45b89514.tar.gz zsh-a2876b6db3e25ab7c5f7df10806d6f0b45b89514.tar.xz zsh-a2876b6db3e25ab7c5f7df10806d6f0b45b89514.zip |
zsh-workers/10230
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r-- | Src/Zle/compresult.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index c8aa96f22..0d93b8727 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1102,22 +1102,6 @@ do_ambig_menu(void) minfo.cur = mc; } -/* Return the real number of matches. */ - -/**/ -zlong -num_matches(int normal) -{ - int alt; - - alt = permmatches(0); - - if (normal) - return (alt ? 0 : nmatches); - else - return (alt ? nmatches : 0); -} - /* Return the number of screen lines needed for the list. */ /**/ |