mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-03 00:55:00 +03:00
[ cleanup ] Remove unused expression
This commit is contained in:
parent
bdf3833df5
commit
e590014fb7
@ -234,7 +234,6 @@ checkRunElab rig elabinfo nest env fc script exp
|
||||
unless (isExtension ElabReflection defs) $
|
||||
throw (GenericMsg fc "%language ElabReflection not enabled")
|
||||
let n = NS reflectionNS (UN $ Basic "Elab")
|
||||
let ttn = reflectiontt "TT"
|
||||
elabtt <- appCon fc defs n [expected]
|
||||
(stm, sty) <- runDelays (const True) $
|
||||
check rig elabinfo nest env script (Just (gnf env elabtt))
|
||||
|
Loading…
Reference in New Issue
Block a user