summaryrefslogtreecommitdiff
path: root/test/benchmark-gvfs-big-files.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-10-30 18:47:24 -0400
committerColin Walters <walters@verbum.org>2012-10-30 18:48:17 -0400
commited24477ecdcf137276e9b7e89be70a819854a423 (patch)
tree973b8c45cd4c148f3a1a8d68a8eccc3098278d5f /test/benchmark-gvfs-big-files.c
parent1aa6f731fa75535be856ea0ee2c112637becc22a (diff)
downloadgvfs-ed24477ecdcf137276e9b7e89be70a819854a423.tar.gz
Remove calls to g_type_init(), bump GLib required version
See http://git.gnome.org/browse/glib/commit/?id=2002479c02fa6e468fc3f67ddc663657a52ebde8 https://bugzilla.gnome.org/show_bug.cgi?id=687236
Diffstat (limited to 'test/benchmark-gvfs-big-files.c')
-rw-r--r--test/benchmark-gvfs-big-files.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/benchmark-gvfs-big-files.c b/test/benchmark-gvfs-big-files.c
index 0ca8c47d..875a9a6b 100644
--- a/test/benchmark-gvfs-big-files.c
+++ b/test/benchmark-gvfs-big-files.c
@@ -154,8 +154,6 @@ benchmark_run (gint argc, gchar *argv [])
setlocale (LC_ALL, "");
- g_type_init ();
-
if (argc < 2)
{
g_printerr ("Usage: %s <scratch URI>\n", argv [0]);