reverted erroneous checkin

From-SVN: r99742
This commit is contained in:
Tom Tromey 2005-05-15 18:31:26 +00:00
parent 6e60504feb
commit 5dbf7c2a45

View File

@ -1800,7 +1800,6 @@ create_label_decl (tree name)
TREE_TYPE (return_address_type_node));
DECL_CONTEXT (decl) = current_function_decl;
DECL_IGNORED_P (decl) = 1;
DECL_ARTIFICIAL (decl) = 1;
return decl;
}