From 7d56ff6e8c44e390bf95a4da9ce8a3330ccd7859 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 5 Sep 2010 11:12:01 +0000 Subject: [PATCH] Fix warnings on Windows --- compiler/vectorise/Vectorise/Builtins.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/vectorise/Vectorise/Builtins.hs b/compiler/vectorise/Vectorise/Builtins.hs index 47dfa7b..04e768b 100644 --- a/compiler/vectorise/Vectorise/Builtins.hs +++ b/compiler/vectorise/Vectorise/Builtins.hs @@ -73,6 +73,3 @@ prim_ty_cons = mkNameEnv [mk_prim intPrimTyCon] where mk_prim tycon = (tyConName tycon, '_' : getOccString tycon) - - - \ No newline at end of file -- 1.7.10.4