]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/except.c
Various fixes for -Wall problems from Kaveh. See ChangeLog for details.
[gcc.git] / gcc / cp / except.c
index 36c64e12d65fc668e6aa87e5752838508e801cc4..0f2a8df81adc577dd38cf301fc3e8ac8f7175735 100644 (file)
@@ -215,8 +215,6 @@ do_function_call (func, params, return_type)
 void
 init_exception_processing ()
 {
-  tree d;
-
   /* void vtype () */
   tree vtype = build_function_type (void_type_node, void_list_node);
   
@@ -972,7 +970,6 @@ void
 expand_throw (exp)
      tree exp;
 {
-  rtx label;
   tree fn;
   static tree cleanup_type;
 
This page took 0.029542 seconds and 5 git commands to generate.