Remove an unused variable
This commit is contained in:
parent
46973b7ccf
commit
e50dcbaa63
1 changed files with 0 additions and 1 deletions
|
@ -866,7 +866,6 @@ instance {-# OVERLAPPABLE #-}
|
||||||
t = Proxy :: Proxy '[ct]
|
t = Proxy :: Proxy '[ct]
|
||||||
method' = reflectMethod (Proxy :: Proxy method)
|
method' = reflectMethod (Proxy :: Proxy method)
|
||||||
status = fromInteger $ natVal (Proxy :: Proxy status)
|
status = fromInteger $ natVal (Proxy :: Proxy status)
|
||||||
p = Proxy :: Proxy a
|
|
||||||
|
|
||||||
instance {-# OVERLAPPING #-}
|
instance {-# OVERLAPPING #-}
|
||||||
(ToSample a, AllMimeRender (ct ': cts) a, KnownNat status
|
(ToSample a, AllMimeRender (ct ': cts) a, KnownNat status
|
||||||
|
|
Loading…
Reference in a new issue