[utils] Move MONO_DEPRECATED to mono-publib.h and make it imply MONO_API + MONO_RT_EX...
[mono.git] / mono / utils / mono-compiler.h
index d03ba8051aa565a53319b35aad89cecae2b9f450..5c942e06fa2e5e1e4c9667e7e9c6932004fef0a7 100644 (file)
@@ -275,12 +275,6 @@ typedef SSIZE_T ssize_t;
 #define MONO_LLVM_INTERNAL 
 #endif
 
-#if HAVE_DEPRECATED
-#define MONO_DEPRECATED __attribute__ ((deprecated))
-#else
-#define MONO_DEPRECATED 
-#endif
-
 #ifdef __GNUC__
 #define MONO_ALWAYS_INLINE __attribute__((always_inline))
 #elif defined(_MSC_VER)