aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2003-06-27 09:05:45 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-06-27 09:05:45 +0000
commitbc4721b87e7805c69e5c21b163292a41e3f3e7db (patch)
treea45098d02265b935900487928cee37f19d7a97d5 /gcc/c-decl.c
parent215f9e283a9c44b0bae3954e4f6a85b4a6cf9fbb (diff)
downloadgcc-bc4721b87e7805c69e5c21b163292a41e3f3e7db.zip
gcc-bc4721b87e7805c69e5c21b163292a41e3f3e7db.tar.gz
gcc-bc4721b87e7805c69e5c21b163292a41e3f3e7db.tar.bz2
c-tree.h (grokfield): Remove unused filename and line parameters.
* c-tree.h (grokfield): Remove unused filename and line parameters. * c-decl.c (grokfield): Remove unused filename and line parameters. * c-parse.in (component_decl): Adjust field grokking rules, adjust grokfield calls. (component_declarator): Likewise. (component_notype_declarator): Likewise. * objc/objc-act.c (build_module_descriptor): Adjust grokfield calls. (build_protocol_template, build_method_prototype_list_template, build_method_prototype_template, build_category_template, build_selector_template, build_class_template, build_super_template, build_ivar_template, build_ivar_list_template, build_method_list_template, build_method_template, add_instance_variable): Likewise. From-SVN: r68560
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index c635a9d..0caed47 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -4811,8 +4811,7 @@ start_struct (enum tree_code code, tree name)
are ultimately passed to `build_struct' to make the RECORD_TYPE node. */
tree
-grokfield (const char *filename ATTRIBUTE_UNUSED, int line ATTRIBUTE_UNUSED,
- tree declarator, tree declspecs, tree width)
+grokfield (tree declarator, tree declspecs, tree width)
{
tree value;