summaryrefslogtreecommitdiff
path: root/json-glib/tests/parser.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-08-21 12:16:10 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-08-21 12:16:48 +0100
commit5b6ada6b362f3ff160608c00bcffbb8f2b8eff7b (patch)
tree63100cde96b821d43a07bdcc90c11050fe00fc44 /json-glib/tests/parser.c
parent361e427316cc50b52e4b8f0a71a2b29d1a02ed36 (diff)
downloadjson-glib-5b6ada6b362f3ff160608c00bcffbb8f2b8eff7b.tar.gz
Remove compile time GLib version check
We depend on a new version of GLib, so we can remove a bunch of old version checks.
Diffstat (limited to 'json-glib/tests/parser.c')
-rw-r--r--json-glib/tests/parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/json-glib/tests/parser.c b/json-glib/tests/parser.c
index 948d18e..3566217 100644
--- a/json-glib/tests/parser.c
+++ b/json-glib/tests/parser.c
@@ -745,9 +745,6 @@ int
main (int argc,
char *argv[])
{
-#if !GLIB_CHECK_VERSION (2, 35, 1)
- g_type_init ();
-#endif
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/parser/empty-string", test_empty);