aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-errors.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-errors.ads')
-rw-r--r--src/grt/grt-errors.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/grt/grt-errors.ads b/src/grt/grt-errors.ads
index 0df4773b8..9e88f6265 100644
--- a/src/grt/grt-errors.ads
+++ b/src/grt/grt-errors.ads
@@ -22,7 +22,6 @@
-- covered by the GNU Public License.
with Grt.Types; use Grt.Types;
with Grt.Vhdl_Types; use Grt.Vhdl_Types;
-with Grt.Hooks;
with Grt.Stdio;
package Grt.Errors is
@@ -120,9 +119,6 @@ package Grt.Errors is
-- Stop/finish request from user (via std.env).
Run_Stop : constant Integer := 5;
- -- Hook called in case of error.
- Error_Hook : Grt.Hooks.Proc_Hook_Type := null;
-
-- If true, an error is expected and the exit status is inverted.
Expect_Failure : Boolean := False;