diff options
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 7073c8969f0..b32ba1fad97 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -406,18 +406,6 @@ gnat_init_gcc_eh () #endif } - -/* If DECL has a cleanup, build and return that cleanup here. - This is a callback called by expand_expr. */ - -tree -maybe_build_cleanup (decl) - tree decl ATTRIBUTE_UNUSED; -{ - /* There are no cleanups in C. */ - return NULL_TREE; -} - /* Hooks for print-tree.c: */ static void |