Drop obsolete g_match_info_unref() workaround.

We hard-depend on glib >= 2.32.0 now anyway, so this is no longer needed.
This commit is contained in:
Uwe Hermann 2013-04-20 13:43:48 +02:00
parent ac070c7744
commit 522a34343f
1 changed files with 0 additions and 5 deletions

View File

@ -43,11 +43,6 @@
#define ARRAY_AND_SIZE(a) (a), ARRAY_SIZE(a)
#endif
/* Versions < 2.30.0 of glib don't have g_match_info_unref(). */
#if !GLIB_CHECK_VERSION(2,30,0)
#define g_match_info_unref g_match_info_free
#endif
struct sr_context {
#ifdef HAVE_LIBUSB_1_0
libusb_context *libusb_ctx;