chore(library/type_context): remove dead code
This commit is contained in:
parent
4afd366a2c
commit
38436468e2
1 changed files with 0 additions and 1 deletions
|
@ -1356,7 +1356,6 @@ bool type_context::update_options(options const & opts) {
|
||||||
}
|
}
|
||||||
|
|
||||||
[[ noreturn ]] static void throw_class_exception(char const * msg, expr const & m) { throw_generic_exception(msg, m); }
|
[[ noreturn ]] static void throw_class_exception(char const * msg, expr const & m) { throw_generic_exception(msg, m); }
|
||||||
[[ noreturn ]] static void throw_class_exception(expr const & m, pp_fn const & fn) { throw_generic_exception(m, fn); }
|
|
||||||
|
|
||||||
io_state_stream type_context::diagnostic() {
|
io_state_stream type_context::diagnostic() {
|
||||||
return lean::diagnostic(m_env, m_ios);
|
return lean::diagnostic(m_env, m_ios);
|
||||||
|
|
Loading…
Reference in a new issue