Fix: Spills have ProjMs now
[libfirm] / ir / be / bemain.c
index 07afa5d..e64c25a 100644 (file)
@@ -501,7 +501,6 @@ static void be_main_loop(FILE *file_handle, const char *cup_name)
        static const char suffix[] = ".prof";
 
        size_t        i, num_birgs;
-       int           stat_active = 0;
        be_main_env_t env;
        char          prof_filename[256];
        be_irg_t      *birgs;
@@ -567,8 +566,6 @@ static void be_main_loop(FILE *file_handle, const char *cup_name)
                num_birgs++;
        }
 
-       stat_active = stat_is_active();
-
        /* For all graphs */
        for (i = 0; i < num_birgs; ++i) {
                be_irg_t *birg = &birgs[i];