diff options
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/my_global.h b/include/my_global.h index 53227d14c8c..b22ef84f977 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -324,11 +324,6 @@ typedef unsigned short ushort; #endif #include <dbug.h> -#ifndef DBUG_OFF -#define dbug_assert(A) assert(A) -#else -#define dbug_assert(A) -#endif #define MIN_ARRAY_SIZE 0 /* Zero or One. Gcc allows zero*/ #define ASCII_BITS_USED 8 /* Bit char used */ |