aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/lib.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/gpgscm/lib.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/gpgscm/lib.scm b/tests/gpgscm/lib.scm
index 48f53ea2f..e23977a5e 100644
--- a/tests/gpgscm/lib.scm
+++ b/tests/gpgscm/lib.scm
@@ -120,10 +120,6 @@
(assert (string-contains? "Hallo" "llo"))
(assert (not (string-contains? "Hallo" "olla")))
-(define (echo . msg)
- (for-each (lambda (x) (display x) (display " ")) msg)
- (newline))
-
;; Read a word from port P.
(define (read-word . p)
(list->string