From a74bf21a5d021477ed88202c311863496ce09fb7 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 4 Sep 2002 17:43:05 +0000 Subject: [PATCH] .. original commit: 7d58da4788eb769381d1638a116fd6717f958756 --- collects/mzlib/contracts.ss | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/mzlib/contracts.ss b/collects/mzlib/contracts.ss index fc9e492..98d2921 100644 --- a/collects/mzlib/contracts.ss +++ b/collects/mzlib/contracts.ss @@ -125,8 +125,6 @@ (define pos-module-source (module-source-as-symbol #'pos-stx)) ;; this is here to check for unbound ids. - ;; put outer `void' just in case we start printing out module - ;; body values (say in the module language or something) (if #f (begin (void) id ...)) (define contract-id ctrct) ...