From 29680850a0f13c759e0530f836e3099ebfeab18c Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 5 Sep 2008 00:18:11 +0000 Subject: 25612: remove dead code. --- Src/Zle/compmatch.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Src') diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c index dfb812760..9bef1cfeb 100644 --- a/Src/Zle/compmatch.c +++ b/Src/Zle/compmatch.c @@ -120,7 +120,7 @@ add_bmatchers(Cmatcher m) mod_export void update_bmatchers(void) { - Cmlist p = bmatchers, q = NULL, ms; + Cmlist p = bmatchers, ms; Cmatcher mp; int t; @@ -132,10 +132,7 @@ update_bmatchers(void) p = p->next; if (!t) { - if (q) - q->next = p; - else - bmatchers = p; + bmatchers = p; } } } -- cgit 1.4.1