diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-21 08:43:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-22 05:01:57 +0200 |
commit | 514fd7073cbed62a01c8cecfd72cd65e810d679d (patch) | |
tree | bdf8a772b19397a4b65fad7dc66364637303a606 /basic | |
parent | d69a91a3099d0b828f81cb90d6139da0e0af6fcf (diff) |
basic: Kill unnecessary ifdef stuff
Change-Id: Id890eb2b7ff2f87005e114dd0fcea0fe3eb81eea
Reviewed-on: https://gerrit.libreoffice.org/37866
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/token.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 |