summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSigbjorn Finne <sof@galois.com>2008-09-08 22:13:36 -0700
committerSigbjorn Finne <sof@galois.com>2008-09-08 22:13:36 -0700
commit6de59bd269939143e985d3f356806b2d500eabac (patch)
treec9571f06fdd84a59f25c187e2971ae4a2578ded1
parent9610758f52baa3661eecdb8bd92ade9ce4ab2f59 (diff)
wibble (testing e-mail fwd'ing)
-rw-r--r--Codec/MIME/Parse.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Codec/MIME/Parse.hs b/Codec/MIME/Parse.hs
index e37578e..6b5c437 100644
--- a/Codec/MIME/Parse.hs
+++ b/Codec/MIME/Parse.hs
@@ -187,7 +187,6 @@ mediaTypes =
'x':'-':_ -> Extension b
_ -> OtherMulti b
-
multipartTypes :: [(String, Multipart)]
multipartTypes =
[ ("alternative", Alternative)