]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/semantics.c
cp-tre.h (finish_function): Change prototype.
[gcc.git] / gcc / cp / semantics.c
index 4ff9bee8b5b36d5e724084ac806be8157708c1bf..e7fcb63e9889ed3625885cbb9252c4f8119cf44a 100644 (file)
@@ -1957,11 +1957,6 @@ begin_class_definition (t)
        || ! CLASSTYPE_INTERFACE_ONLY (t))
       CLASSTYPE_VTABLE_NEEDS_WRITING (t) = 1;
   }
-#if 0
-  tmp = TYPE_IDENTIFIER ($<ttype>0);
-  if (tmp && IDENTIFIER_TEMPLATE (tmp))
-    overload_template_name (tmp, 1);
-#endif
   reset_specialization();
   
   /* Make a declaration for this class in its own scope.  */
@@ -2788,7 +2783,7 @@ expand_body (fn)
   lineno = STMT_LINENO (DECL_SAVED_TREE (fn));
 
   /* Generate code for the function.  */
-  finish_function (lineno, 0);
+  finish_function (0);
 
   /* If possible, obliterate the body of the function so that it can
      be garbage collected.  */
This page took 0.02522 seconds and 5 git commands to generate.