diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2017-05-15 09:07:18 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-05-15 09:07:18 +0000 |
commit | 7543c8b64cbcbeff998f6112dc8b6e07645e55a9 (patch) | |
tree | 539646fdc44b01b5fa9750a210f95d11d5aa456c /gcc/ada/gcc-interface/gigi.h | |
parent | 0d5a0a33cdd9ff9ef6839636cc17e73c3ad522ec (diff) | |
download | gcc-7543c8b64cbcbeff998f6112dc8b6e07645e55a9.zip gcc-7543c8b64cbcbeff998f6112dc8b6e07645e55a9.tar.gz gcc-7543c8b64cbcbeff998f6112dc8b6e07645e55a9.tar.bz2 |
gigi.h (get_elaboration_procedure): Delete.
* gcc-interface/gigi.h (get_elaboration_procedure): Delete.
* gcc-interface/trans.c (get_elaboration_procedure): Make static.
From-SVN: r248055
Diffstat (limited to 'gcc/ada/gcc-interface/gigi.h')
-rw-r--r-- | gcc/ada/gcc-interface/gigi.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index 1fc3448..b1fb34a 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2016, Free Software Foundation, Inc. * + * Copyright (C) 1992-2017, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -316,9 +316,6 @@ extern void post_error_ne_tree_2 (const char *msg, Node_Id node, Entity_Id ent, if none. */ extern tree get_exception_label (char kind); -/* Return the decl for the current elaboration procedure. */ -extern tree get_elaboration_procedure (void); - /* If nonzero, pretend we are allocating at global level. */ extern int force_global; |