aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib-xref-alfa.adb
diff options
context:
space:
mode:
authorYannick Moy <moy@adacore.com>2011-08-04 08:02:00 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-04 10:02:00 +0200
commite9a1ed9bed46e92e18d754d6956602f63ad73623 (patch)
tree6f3eb5c1927de33d93c7b907c188624ea27aa1cc /gcc/ada/lib-xref-alfa.adb
parent8e293fbdc67c2db30becbf0a7deeb77f6bd9d0b0 (diff)
downloadgcc-e9a1ed9bed46e92e18d754d6956602f63ad73623.zip
gcc-e9a1ed9bed46e92e18d754d6956602f63ad73623.tar.gz
gcc-e9a1ed9bed46e92e18d754d6956602f63ad73623.tar.bz2
sem_ch3.adb (Analyze_Object_Declaration): remove obsolete addition of reference for ALFA mode.
2011-08-04 Yannick Moy <moy@adacore.com> * sem_ch3.adb (Analyze_Object_Declaration): remove obsolete addition of reference for ALFA mode. * lib-xref-alfa.adb, lib-xref.ads (Traverse_Compilation_Unit): make procedure public so as to use it from formal verification back-end. From-SVN: r177324
Diffstat (limited to 'gcc/ada/lib-xref-alfa.adb')
-rw-r--r--gcc/ada/lib-xref-alfa.adb3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/lib-xref-alfa.adb b/gcc/ada/lib-xref-alfa.adb
index b650d38..701de0b 100644
--- a/gcc/ada/lib-xref-alfa.adb
+++ b/gcc/ada/lib-xref-alfa.adb
@@ -164,9 +164,6 @@ package body ALFA is
function Entity_Hash (E : Entity_Id) return Entity_Hashed_Range;
-- Hash function for hash table
- procedure Traverse_Compilation_Unit
- (CU : Node_Id;
- Process : Node_Processing);
procedure Traverse_Declarations_Or_Statements
(L : List_Id;
Process : Node_Processing);