X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fgobject%2Fperformance-threaded.c;h=af6424cae64614533239558453da888f66f56bee;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=56a21eb2d6c4a3e2f66fdf436b46c00ef4332ef9;hpb=73ca8b47540d005d5227c03aac143d6780da654c;p=platform%2Fupstream%2Fglib.git diff --git a/tests/gobject/performance-threaded.c b/tests/gobject/performance-threaded.c index 56a21eb..af6424c 100644 --- a/tests/gobject/performance-threaded.c +++ b/tests/gobject/performance-threaded.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . */ #include @@ -340,8 +338,6 @@ main (int argc, GError *error = NULL; int i; - g_type_init (); - context = g_option_context_new ("GObject performance tests"); g_option_context_add_main_entries (context, cmd_entries, NULL); if (!g_option_context_parse (context, &argc, &argv, &error)) @@ -359,9 +355,6 @@ main (int argc, return 0; } - if (n_threads) - g_thread_init (NULL); - if (argc > 1) { for (i = 1; i < argc; i++)