diff options
author | Colin Walters <walters@verbum.org> | 2012-10-30 18:47:24 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-30 18:48:17 -0400 |
commit | ed24477ecdcf137276e9b7e89be70a819854a423 (patch) | |
tree | 973b8c45cd4c148f3a1a8d68a8eccc3098278d5f /test/benchmark-posix-small-files.c | |
parent | 1aa6f731fa75535be856ea0ee2c112637becc22a (diff) | |
download | gvfs-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-posix-small-files.c')
-rw-r--r-- | test/benchmark-posix-small-files.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/benchmark-posix-small-files.c b/test/benchmark-posix-small-files.c index 3b483706..9e942364 100644 --- a/test/benchmark-posix-small-files.c +++ b/test/benchmark-posix-small-files.c @@ -157,8 +157,6 @@ benchmark_run (gint argc, gchar *argv []) setlocale (LC_ALL, ""); - g_type_init (); - if (argc < 2) { g_printerr ("Usage: %s <scratch path>\n", argv [0]); |