From 75a5e0c23a354b564d971b59319f04a6e24e4f6d 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 --- 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 7fb6b4ff4c..5cc1929ff6 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)