diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-03 16:50:38 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-03 19:02:44 +0000 |
commit | dfcc025a19d7d49179d75f34553c36e0d47eaded (patch) | |
tree | ef694addc0584295619457252cbffc0f3dbd3a2b | |
parent | a5f7aac2953e94e49b93e9195ae8d4dccba46f6d (diff) |
Remove MARK_DEPRECATED as there's an attribute for this now.
-rw-r--r-- | include/services.h | 1 | ||||
-rw-r--r-- | src/win32/anope_windows.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/services.h b/include/services.h index 8fb7a0108..fcdf4a8b9 100644 --- a/include/services.h +++ b/include/services.h @@ -51,7 +51,6 @@ #ifndef _WIN32 # define DllExport # define CoreExport -# define MARK_DEPRECATED __attribute((deprecated)) # define anope_close close #else # include "anope_windows.h" diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h index 2b6a231d0..8ee2973cb 100644 --- a/src/win32/anope_windows.h +++ b/src/win32/anope_windows.h @@ -29,8 +29,6 @@ # define DllExport __declspec(dllimport) #endif -#define MARK_DEPRECATED - #if GETTEXT_FOUND /* Undefine some functions libintl defines */ # undef snprintf |