Changes to introspection generation to remove DOCTYPE and XML
[platform/core/uifw/at-spi2-atk.git] / test / stress-test.c
index d4a5feb..3264d5f 100644 (file)
@@ -43,7 +43,6 @@ main (int argc, char **argv)
        GObject *object;
        AtkObject *atko;
        GTimer *timer;
-       gdouble elapsed_time;
 
        gtk_init (&argc, &argv);
        SPI_init ();
@@ -55,7 +54,7 @@ main (int argc, char **argv)
        g_print ("starting stress test...\n");
 
        CORBA_exception_init (&ev);
-       
+
        registry = bonobo_activation_activate_from_id (
                "OAFIID:Accessibility_Registry:1.0", 0, NULL, &ev);