OSDN Git Service

PR target/50678
[pf3gnuchains/gcc-fork.git] / gcc / ada / back_end.ads
index a9108f5..93e1ba6 100644 (file)
@@ -35,7 +35,7 @@ package Back_End is
       Declarations_Only,
       --  Partial back end operation with no object file generation. In this
       --  mode the only useful action performed by gigi is to process all
-      --  declarations issuing any error messages (in partcicular those to
+      --  declarations issuing any error messages (in particular those to
       --  do with rep clauses), and to back annotate representation info.
 
       Skip);
@@ -61,11 +61,4 @@ package Back_End is
    --  Any processed switches that influence the result of a compilation must
    --  be added to the Compilation_Arguments table.
 
-   function Switch_Subsequently_Cancelled (C : String) return Boolean;
-   --  This function is called from Scan_Front_End_Switches. It determines if
-   --  the switch currently being scanned is followed by a switch of the form
-   --  "-gnat-" & C, where C is the argument. If so, then True is returned,
-   --  and Scan_Front_End_Switches will cancel the effect of the switch. If
-   --  no such switch is found, False is returned.
-
 end Back_End;