[libvirt] [libvirt-glib 2/3] gconfig: Drop redundant glib compatibility code

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Fri Nov 20 21:05:23 UTC 2015


We already require and use glib >= 2.36 so there is no reason to keep
around code to ensure compatibility with glib older than that.
---
 libvirt-gconfig/libvirt-gconfig-compat.h | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/libvirt-gconfig/libvirt-gconfig-compat.h b/libvirt-gconfig/libvirt-gconfig-compat.h
index fbf552c..c9ac645 100644
--- a/libvirt-gconfig/libvirt-gconfig-compat.h
+++ b/libvirt-gconfig/libvirt-gconfig-compat.h
@@ -25,26 +25,6 @@
 
 #include <glib-object.h>
 
-#if !GLIB_CHECK_VERSION(2,32,0)
-
-#if    __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
-#define G_DEPRECATED __attribute__((__deprecated__))
-#elif defined(_MSC_VER) && (_MSC_VER >= 1300)
-#define G_DEPRECATED __declspec(deprecated)
-#else
-#define G_DEPRECATED
-#endif
-
-#if    __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
-#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
-#elif defined(_MSC_FULL_VER) && (_MSC_FULL_VER > 140050320)
-#define G_DEPRECATED_FOR(f) __declspec(deprecated("is deprecated. Use '" #f "' instead"))
-#else
-#define G_DEPRECATED_FOR(f) G_DEPRECATED
-#endif
-
-#endif
-
 #if GLIB_CHECK_VERSION(2, 35, 0)
 #define g_type_init()
 #endif
-- 
2.5.0




More information about the libvir-list mailing list