OSDN Git Service

* cp-tree.h (LOOKUP_LIST_ONLY): New.
[pf3gnuchains/gcc-fork.git] / gcc / lto-streamer.c
index 20ce075..153d2a7 100644 (file)
@@ -178,9 +178,6 @@ lto_get_section_name (int section_type, const char *name)
     case LTO_section_opts:
       return concat (LTO_SECTION_NAME_PREFIX, ".opts", NULL);
 
-    case LTO_section_cgraph_opt_sum:
-      return concat (LTO_SECTION_NAME_PREFIX, ".cgraphopt", NULL);
-
     default:
       internal_error ("bytecode stream: unexpected LTO section %s", name);
     }