diff options
-rw-r--r-- | storage/innobase/include/univ.i | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i index d8f0e0debf1..fe3de23351a 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -33,11 +33,6 @@ Created 1/20/1994 Heikki Tuuri #pragma once -/* aux macros to convert M into "123" (string) if M is defined like -#define M 123 */ -#define _IB_TO_STR(s) #s -#define IB_TO_STR(s) _IB_TO_STR(s) - /** How far ahead should we tell the service manager the timeout (time in seconds) */ #define INNODB_EXTEND_TIMEOUT_INTERVAL 30 |