We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2508109 commit cb10a13Copy full SHA for cb10a13
json_object.h
@@ -17,16 +17,6 @@
17
#ifndef _json_object_h_
18
#define _json_object_h_
19
20
-#ifdef __GNUC__
21
-#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__((deprecated))
22
-#elif defined(_MSC_VER)
23
-#define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func
24
-#elif defined(__clang__)
25
-#define THIS_FUNCTION_IS_DEPRECATED(func) func __deprecated
26
-#else
27
-#define THIS_FUNCTION_IS_DEPRECATED(func) func
28
-#endif
29
-
30
#ifdef __GNUC__
31
#define JSON_C_CONST_FUNCTION(func) func __attribute__((const))
32
#else
0 commit comments