1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Date: Thu, 16 Oct 2014 11:01:19 +0200
Subject: [PATCH] Don't store tracebacks in exception occurrences
This fixes a STORAGE_ERROR on kfreebsd-i386, see Debian bug #666106.
---
alog_tests.gpr | 4 ----
1 file changed, 4 deletions(-)
diff --git a/alog_tests.gpr b/alog_tests.gpr
index 9990362..6c7d18b 100644
--- a/alog_tests.gpr
+++ b/alog_tests.gpr
@@ -65,9 +65,5 @@ project Alog_Tests is
for Default_Switches ("ada") use Alog_Common.Builder_Switches;
end Builder;
- package Binder is
- for Default_Switches ("ada") use Alog_Common.Binder_Switches;
- end Binder;
-
end Alog_Tests;
|