From e7ecdbe0acb3c9d7b495f02b511919ae275b26cb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 14 Dec 2011 10:58:51 +1100 Subject: Remove duplicated clause as this caused warning from cppcheck. --- lexers/LexMMIXAL.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexers/LexMMIXAL.cxx b/lexers/LexMMIXAL.cxx index 59bb9fd41..43361d429 100644 --- a/lexers/LexMMIXAL.cxx +++ b/lexers/LexMMIXAL.cxx @@ -38,7 +38,7 @@ inline bool isMMIXALOperator(char ch) { if (isascii(ch) && isalnum(ch)) return false; if (ch == '+' || ch == '-' || ch == '|' || ch == '^' || - ch == '*' || ch == '/' || ch == '/' || + ch == '*' || ch == '/' || ch == '%' || ch == '<' || ch == '>' || ch == '&' || ch == '~' || ch == '$' || ch == ',' || ch == '(' || ch == ')' || -- cgit v1.2.3