From 3bf7774adb65f5bdc621f09a43cb5096ad5e9f6a Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 11 Oct 2008 19:17:17 +0000 Subject: [PATCH] removed unused leftover file svn: r11992 original commit: 078ce5f8c6dc17d41c45b9686c5333a0383b0915 --- collects/tests/typed-scheme/unit-tests/infer-tests.ss | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/tests/typed-scheme/unit-tests/infer-tests.ss b/collects/tests/typed-scheme/unit-tests/infer-tests.ss index bf3b7b95..f792b1ef 100644 --- a/collects/tests/typed-scheme/unit-tests/infer-tests.ss +++ b/collects/tests/typed-scheme/unit-tests/infer-tests.ss @@ -3,7 +3,6 @@ (require (rep type-rep) (r:infer infer) (private type-effect-convenience union type-utils) - (prefix-in table: (utils tables)) (schemeunit))