From 8e8e3aa99f596e137c9aac586b2939655f04660f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 29 Sep 2009 14:34:57 +0000 Subject: [PATCH] removed extraneous export svn: r16165 original commit: 75a5e0c23a354b564d971b59319f04a6e24e4f6d --- collects/mzlib/trace.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/trace.ss b/collects/mzlib/trace.ss index 7fb6b4f..5cc1929 100644 --- a/collects/mzlib/trace.ss +++ b/collects/mzlib/trace.ss @@ -4,7 +4,7 @@ (for-syntax scheme/base)) (provide trace untrace - current-trace-print-args trace-apply + current-trace-print-args trace-call current-trace-notify current-prefix-out current-prefix-in)