summaryrefslogtreecommitdiff
path: root/libwmc
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:55:29 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:55:29 +0200
commit2a922f836d7d9a4f550ec0d789ff644cbcf5ce69 (patch)
treec0c5f65cc87fac4ad45d27d06e5e7cc9f8ee570f /libwmc
parenta33e9671ea990cb30d7647db4b52ae16bf300ecb (diff)
downloadModemManager-2a922f836d7d9a4f550ec0d789ff644cbcf5ce69.tar.gz
build: remove unneeded GLIB_CHECK_VERSION checks, 2.32 already required
Diffstat (limited to 'libwmc')
-rw-r--r--libwmc/tests/test-wmc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libwmc/tests/test-wmc.c b/libwmc/tests/test-wmc.c
index a0e2e9ecc..e1027b2ec 100644
--- a/libwmc/tests/test-wmc.c
+++ b/libwmc/tests/test-wmc.c
@@ -27,11 +27,7 @@ typedef struct {
gpointer com_data;
} TestData;
-#if GLIB_CHECK_VERSION(2,25,12)
typedef GTestFixtureFunc TCFunc;
-#else
-typedef void (*TCFunc)(void);
-#endif
#define TESTCASE(t, d) g_test_create_case (#t, 0, d, NULL, (TCFunc) t, NULL)
@@ -112,4 +108,3 @@ int main (int argc, char **argv)
return result;
}
-