summaryrefslogtreecommitdiff
path: root/basic/source/comp/token.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/token.cxx')
-rw-r--r--basic/source/comp/token.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx
index 0fd91c4def1b..ca57eb04dcc2 100644
--- a/basic/source/comp/token.cxx
+++ b/basic/source/comp/token.cxx
@@ -151,15 +151,7 @@ static const TokenTable aTokTable_Basic [] = {
{ RSET, "RSet" }, // JSM
{ SELECT, "Select" },
{ SET, "Set" },
-#ifdef SHARED
-#undef SHARED
-#define tmpSHARED
-#endif
{ SHARED, "Shared" },
-#ifdef tmpSHARED
-#define SHARED
-#undef tmpSHARED
-#endif
{ TSINGLE, "Single" },
{ STATIC, "Static" },
{ STEP, "Step" },