chore(library/local_context): fix warning

This commit is contained in:
Leonardo de Moura 2016-09-09 18:01:39 -07:00
parent c25ac7f54f
commit 532efde665

View file

@ -38,9 +38,10 @@ name mk_local_decl_name() {
return mk_tagged_fresh_name(*g_local_prefix);
}
DEBUG_CODE(
static bool is_local_decl_name(name const & n) {
return is_tagged_by(n, *g_local_prefix);
}
})
static expr mk_local_ref(name const & n, name const & pp_n, binder_info const & bi) {
return mk_local(n, pp_n, *g_dummy_type, bi);