diff options
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index c4da922..78b04c8 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * * Copyright (C) 1992-2001 Free Software Foundation, Inc. * * * @@ -406,15 +406,6 @@ maybe_build_cleanup (decl) return NULL_TREE; } -/* integrate_decl_tree calls this function, but since we don't use the - DECL_LANG_SPECIFIC field, this is a no-op. */ - -void -copy_lang_decl (node) - tree node ATTRIBUTE_UNUSED; -{ -} - /* Hooks for print-tree.c: */ static void |