aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/g-expect.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/g-expect.adb')
-rw-r--r--gcc/ada/libgnat/g-expect.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/g-expect.adb b/gcc/ada/libgnat/g-expect.adb
index 4435b6a..5546601 100644
--- a/gcc/ada/libgnat/g-expect.adb
+++ b/gcc/ada/libgnat/g-expect.adb
@@ -907,8 +907,6 @@ package body GNAT.Expect is
Status : not null access Integer;
Err_To_Out : Boolean := False) return String
is
- use GNAT.Expect;
-
Process : Process_Descriptor;
Output : String_Access := new String (1 .. 1024);