From 58b2ee34ddaef394b50797c94cc426ed7daa64c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Fri, 14 Feb 2020 19:03:42 +0700 Subject: [PATCH] chibi/test: remove dead import 'protect' used to be renamed to 'guard', after excluding 'guard' from (scheme base). But that part is now gone. test.scm itself never uses 'protect' directly. Remove it because it's not used. --- lib/chibi/test.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/test.sld b/lib/chibi/test.sld index 4f0370e5..d5249a53 100644 --- a/lib/chibi/test.sld +++ b/lib/chibi/test.sld @@ -17,7 +17,7 @@ (chibi term ansi)) (cond-expand (chibi - (import (only (chibi) pair-source print-exception protect))) + (import (only (chibi) pair-source print-exception))) (chicken (import (only (chicken) print-error-message)) (begin