From af6bd76dced15191380839776f72bf3c4053bfe9 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 6 Aug 2020 22:42:26 +0100 Subject: [PATCH] Fix for gcc. --- include/dsnlexer.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/dsnlexer.h b/include/dsnlexer.h index 9326e2a06a..6201e99d8c 100644 --- a/include/dsnlexer.h +++ b/include/dsnlexer.h @@ -490,15 +490,6 @@ public: return curText; } - /** - * Function GetCurStrAsToken - * Used to support "loose" matches (quoted tokens) - */ - int GetCurStrAsToken() - { - return findToken( curText ); - } - /** * Function FromUTF8 * returns the current token text as a wxString, assuming that the input