From 514fd7073cbed62a01c8cecfd72cd65e810d679d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 21 May 2017 08:43:45 +0900 Subject: basic: Kill unnecessary ifdef stuff Change-Id: Id890eb2b7ff2f87005e114dd0fcea0fe3eb81eea Reviewed-on: https://gerrit.libreoffice.org/37866 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- basic/source/inc/token.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'basic') diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx index 483aab1c3dac..ef30d955eed1 100644 --- a/basic/source/inc/token.hxx +++ b/basic/source/inc/token.hxx @@ -23,10 +23,6 @@ #include "scanner.hxx" #include -#if defined( EXPLICIT ) -#undef EXPLICIT -#endif - // The tokenizer is stand-alone, i. e. he can be used from everywhere. // A BASIC-instance is necessary for error messages. Without BASIC the // errors are only counted. The BASIC is also necessary when an advanced -- cgit