aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_code-x86-abi.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/mcode/ortho_code-x86-abi.adb')
-rw-r--r--src/ortho/mcode/ortho_code-x86-abi.adb3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-abi.adb b/src/ortho/mcode/ortho_code-x86-abi.adb
index 389e2bdc5..d76563a3e 100644
--- a/src/ortho/mcode/ortho_code-x86-abi.adb
+++ b/src/ortho/mcode/ortho_code-x86-abi.adb
@@ -293,7 +293,6 @@ package body Ortho_Code.X86.Abi is
procedure Disp_Irm_Code (Stmt : O_Enode)
is
- use Ortho_Code.Debug.Int32_IO;
use Ada.Text_IO;
Reg : O_Reg;
Kind : OE_Kind;
@@ -640,8 +639,6 @@ package body Ortho_Code.X86.Abi is
procedure Disp_Subprg (Subprg : O_Dnode)
is
- use Ada.Text_IO;
-
Stmt : O_Enode;
begin
Disp_Subprg_Decl (Get_Body_Decl (Subprg));