]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-optimize.c
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname variable.
[thirdparty/gcc.git] / gcc / tree-optimize.c
index 781cbeaf39a00585195d87c5c02503ec6afa6a58..23b7046c60d4c3d7c2083e1464ba2e692c131ace 100644 (file)
@@ -378,14 +378,11 @@ void
 tree_rest_of_compilation (tree fndecl)
 {
   location_t saved_loc;
-  struct cgraph_node *node;
 
   timevar_push (TV_EXPAND);
 
   gcc_assert (cgraph_global_info_ready);
 
-  node = cgraph_node (fndecl);
-
   /* Initialize the default bitmap obstack.  */
   bitmap_obstack_initialize (NULL);