From 01b8da07f6c05639e1bd07e7fdc16f128cb922db Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Sat, 15 Sep 2012 17:06:10 +0000 Subject: [PATCH] Removed code duplication (Sourceforege#3567952 reported by hugh redelmeier) --- lib/af.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/af.c b/lib/af.c index bedec95..7660961 100644 --- a/lib/af.c +++ b/lib/af.c @@ -304,7 +304,6 @@ int aftrans_opt(const char *arg) if (tmp2) *(tmp2++) = '\0'; - paft = aftrans; for (paft = aftrans; paft->alias; paft++) { if (strcmp(tmp1, paft->alias)) continue; -- 2.7.4