aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/Platform/Define.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h
index 95e7c0d7b66..2763db5453a 100644
--- a/src/framework/Platform/Define.h
+++ b/src/framework/Platform/Define.h
@@ -155,19 +155,8 @@ typedef uint64 OBJECT_HANDLE;
# endif
#endif
-#if !defined(DEBUG) && !defined(MANGOS_DEBUG) && !defined(TRINITY_DEBUG)
- #if defined(USE_MULTI_THREAD_MAP)
- #define MULTI_THREAD_MAP
- #endif
-#endif
-
-#ifdef MULTI_THREAD_MAP
-#define MAP_BASED_RAND_GEN
-#endif
-
#ifndef CLIENT_VER
#define CLIENT_VER 313
#endif
#endif //TRINITY_DEFINE_H
-