[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / programs / galois_raytrace / Misc.hs
diff --git a/ghc/tests/programs/galois_raytrace/Misc.hs b/ghc/tests/programs/galois_raytrace/Misc.hs
deleted file mode 100644 (file)
index 1368b31..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
--- Copyright (c) 2000 Galois Connections, Inc.
--- All rights reserved.  This software is distributed as
--- free software under the license in the file "LICENSE",
--- which is included in the distribution.
-
-module Misc where
-
-import IOExts
-
-debug s v = trace (s ++" : "++ show v ++ "\n") v
--- debug s v = v