summaryrefslogtreecommitdiff
path: root/ortho/gcc/ortho_gcc-main.adb
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/gcc/ortho_gcc-main.adb')
-rw-r--r--ortho/gcc/ortho_gcc-main.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ortho/gcc/ortho_gcc-main.adb b/ortho/gcc/ortho_gcc-main.adb
index 5a71aac..96b89e6 100644
--- a/ortho/gcc/ortho_gcc-main.adb
+++ b/ortho/gcc/ortho_gcc-main.adb
@@ -6,11 +6,9 @@ procedure Ortho_Gcc.Main
is
gnat_argc : Integer;
gnat_argv : System.Address;
- gnat_envp : System.Address;
pragma Import (C, gnat_argc);
pragma Import (C, gnat_argv);
- pragma Import (C, gnat_envp);
function Toplev_Main (Argc : Integer; Argv : System.Address)
return Integer;