Fix undefined local label test for COFF based ARM ports
[deliverable/binutils-gdb.git] / gprof / gprof.c
index 2ea58b87f29f1dd2e8817e1d1f50d8e7491e5cf3..dbb8cca20ffd1a7ca0a0693b71eee5e50744ae81 100644 (file)
@@ -502,14 +502,6 @@ This program is free software.  This program has absolutely no warranty.\n"));
       sym_id_add (*sp, EXCL_FLAT);
     }
 
-  /*
-   * For line-by-line profiling, also want to keep those
-   * functions off the flat profile:
-   */
-  if (line_granularity)
-    for (sp = &default_excluded_list[0]; *sp; sp++)
-      sym_id_add (*sp, EXCL_FLAT);
-
   /* Read symbol table from core file.  */
   core_init (a_out_name);
 
This page took 0.022849 seconds and 4 git commands to generate.