From 054af99d9aae10ae2222c76557e8554dafff60a5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 25 Feb 2012 10:57:37 +1100 Subject: Fix dead code warnings from Xcode Analyze. --- lexers/LexPerl.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lexers/LexPerl.cxx') diff --git a/lexers/LexPerl.cxx b/lexers/LexPerl.cxx index 87a06d43e..9cc26b097 100644 --- a/lexers/LexPerl.cxx +++ b/lexers/LexPerl.cxx @@ -945,8 +945,7 @@ void SCI_METHOD LexerPerl::Lex(unsigned int startPos, int length, int initStyle, sc.SetState(SCE_PL_POD); } else fw = fw2; - } else - pod = SCE_PL_POD; + } } else { if (pod == SCE_PL_POD_VERB // still part of current paragraph && (styler.GetLineState(ln - 1) == SCE_PL_POD)) { -- cgit v1.2.3