diff options
author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-05 16:10:43 +0000 |
---|---|---|
committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-05 16:10:43 +0000 |
commit | 6666a55d3cf07dc5206c2f1752f0ccfa2e77f244 (patch) | |
tree | ca2fbc84c4ed710a18e1bdbf54ce031cd0cf1d93 /gcc/ada/sem_warn.adb | |
parent | cf2d31abc90dc053fd977c10fa146208e2a13ff3 (diff) | |
download | gcc-6666a55d3cf07dc5206c2f1752f0ccfa2e77f244.tar.gz |
* sem_warn.adb: Remove stuff for conditionals, we are not going to
do this after all.
* sem_warn.ads: Remove stuff for conditionals, we are not going to
do this after all. Add 2001 to copyright notice
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47677 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_warn.adb')
-rw-r--r-- | gcc/ada/sem_warn.adb | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/gcc/ada/sem_warn.adb b/gcc/ada/sem_warn.adb index b31aff7f437..7ec5201c039 100644 --- a/gcc/ada/sem_warn.adb +++ b/gcc/ada/sem_warn.adb @@ -882,24 +882,6 @@ package body Sem_Warn is end if; end Check_Unused_Withs; - --------------------- - -- End_Conditional -- - --------------------- - - procedure End_Conditional is - begin - null; - end End_Conditional; - - -------------- - -- End_Unit -- - -------------- - - procedure End_Unit is - begin - null; - end End_Unit; - ---------------------------------- -- Output_Unreferenced_Messages -- ---------------------------------- @@ -972,33 +954,6 @@ package body Sem_Warn is end loop; end Output_Unreferenced_Messages; - ------------------ - -- Start_Branch -- - ------------------ - - procedure Start_Branch (Loc : Source_Ptr) is - begin - null; - end Start_Branch; - - ----------------------- - -- Start_Conditional -- - ----------------------- - - procedure Start_Conditional (If_Stmt : Boolean) is - begin - null; - end Start_Conditional; - - ---------------- - -- Start_Unit -- - ---------------- - - procedure Start_Unit is - begin - null; - end Start_Unit; - ----------------------------- -- Warn_On_Known_Condition -- ----------------------------- |