chore: remove unnecessary inline

This commit is contained in:
Leonardo de Moura 2019-11-13 14:28:56 -08:00
parent 770e7fc350
commit 92316dff89

View file

@ -135,7 +135,7 @@ do ctx ← read;
s ← get;
throw (f {env := s.env, mctx := s.mctx, lctx := ctx.lctx })
@[inline] def throwBug {α} (b : Bug) : MetaM α :=
def throwBug {α} (b : Bug) : MetaM α :=
throwEx $ Exception.bug b
/-- Execute `x` only in debugging mode. -/