>From 34d05116667e5a66dbd931c4638159199ecba7e0 Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Sat, 9 Jun 2018 09:07:58 +1200 Subject: [PATCH 6/6] Drop `module-requirement' from the "internal" module This procedure is no longer used anywhere and can be removed. --- internal.scm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/internal.scm b/internal.scm index 4594f23e..a552eefa 100644 --- a/internal.scm +++ b/internal.scm @@ -40,9 +40,6 @@ ;; Parse library specifications library-id valid-library-specifier? - ;; Requirement identifier for modules - module-requirement - ;;; Check for multiple bindings in "let"-style constructs check-for-multiple-bindings @@ -114,13 +111,6 @@ (##sys#intern-symbol str)))))) -;;; Requirement identifier for modules: - -(define (module-requirement id) - (##sys#string->symbol - (##sys#string-append (##sys#slot id 1) "#"))) - - ;;; Check for multiple bindings in "let"-style constructs: (define (check-for-multiple-bindings bindings form loc) -- 2.11.0