[Ada] Remove dead code for overlapping actuals and prefix notation

gcc/ada/

	* sem_warn.adb (Warn_On_Overlapping_Actuals): Remove dead code.
diff --git a/gcc/ada/sem_warn.adb b/gcc/ada/sem_warn.adb
index cbe6956..1e62d47 100644
--- a/gcc/ada/sem_warn.adb
+++ b/gcc/ada/sem_warn.adb
@@ -3788,12 +3788,6 @@
                   then
                      null;
 
-                  --  If the actual is a function call in prefix notation,
-                  --  there is no real overlap.
-
-                  elsif Nkind (Act2) = N_Function_Call then
-                     null;
-
                   --  If type is explicitly not by-copy, assume that
                   --  aliasing is intended.