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. --- ChangeLog | 2 ++ Src/Zle/compmatch.c | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 071139f7f..7e77e3231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-09-04 Clint Adams + * 25612: Src/Zle/compmatch.c: remove dead code. + * 25610: Src/hist.c: remove dead code. * 25609: Src/Modules/zftp.c: initialize sz variable. 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