diff --git a/servant/src/Servant/API/ContentTypes.hs b/servant/src/Servant/API/ContentTypes.hs index 85ddbb02..8e9c75ac 100644 --- a/servant/src/Servant/API/ContentTypes.hs +++ b/servant/src/Servant/API/ContentTypes.hs @@ -252,9 +252,6 @@ instance ( MimeRender ctyp a where pctyp = Proxy :: Proxy ctyp pctyps = Proxy :: Proxy (ctyp' ': ctyps) -instance AllMimeRender '[] () where - allMimeRender _ _ = [] - -------------------------------------------------------------------------- -- Check that all elements of list are instances of MimeUnrender --------------------------------------------------------------------------