From 9785733416ef26d325802b81692f6fdc3506be55 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 7 Apr 2000 12:04:36 +0000 Subject: Changing code to ensure no warnings are produced by compilers. --- src/LexPerl.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/LexPerl.cxx') diff --git a/src/LexPerl.cxx b/src/LexPerl.cxx index 155a0c1a2..c57934866 100644 --- a/src/LexPerl.cxx +++ b/src/LexPerl.cxx @@ -67,16 +67,6 @@ static bool isMatch(Accessor &styler, int lengthDoc, int pos, const char *val) { return true; } -static bool isOKQuote(char ch) { - if (isalnum(ch)) - return false; - if (isspace(ch)) - return false; - if (iscntrl(ch)) - return false; - return true; -} - static char opposite(char ch) { if (ch == '(') return ')'; -- cgit v1.2.3