summaryrefslogtreecommitdiff
path: root/module/system/vm/trace.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/vm/trace.scm')
-rw-r--r--module/system/vm/trace.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/system/vm/trace.scm b/module/system/vm/trace.scm
index 54840d8fd..c1eaffa9c 100644
--- a/module/system/vm/trace.scm
+++ b/module/system/vm/trace.scm
@@ -19,12 +19,9 @@
;;; Code:
(define-module (system vm trace)
- #:use-module (system base syntax)
#:use-module (system vm vm)
#:use-module (system vm frame)
- #:use-module (system vm program)
#:use-module (system vm traps)
- #:use-module (rnrs bytevectors)
#:use-module (ice-9 format)
#:export (trace-calls-in-procedure
trace-calls-to-procedure