aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/par-ch5.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/par-ch5.adb')
-rw-r--r--gcc/ada/par-ch5.adb4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/par-ch5.adb b/gcc/ada/par-ch5.adb
index 1e55181..10f23af 100644
--- a/gcc/ada/par-ch5.adb
+++ b/gcc/ada/par-ch5.adb
@@ -235,10 +235,6 @@ package body Ch5 is
and then Statement_Seen)
or else All_Pragmas)
then
- -- This Ada 2012 construct not allowed in a compiler unit
-
- Check_Compiler_Unit ("null statement list", Token_Ptr);
-
declare
Null_Stm : constant Node_Id :=
Make_Null_Statement (Token_Ptr);