[Libreoffice-commits] core.git: basic/source

Takeshi Abe tabe at fixedpoint.jp
Mon May 22 03:02:18 UTC 2017


 basic/source/inc/token.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 514fd7073cbed62a01c8cecfd72cd65e810d679d
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun May 21 08:43:45 2017 +0900

    basic: Kill unnecessary ifdef stuff
    
    Change-Id: Id890eb2b7ff2f87005e114dd0fcea0fe3eb81eea
    Reviewed-on: https://gerrit.libreoffice.org/37866
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>

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 <basic/sbdef.hxx>
 
-#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


More information about the Libreoffice-commits mailing list