Remove ty_native_fn
It was being used as a clumsy synonym of ty_fn.
This commit is contained in:
parent
566a4be1f8
commit
ec4d05de3b
17 changed files with 38 additions and 128 deletions
|
@ -46,7 +46,6 @@ enum def {
|
|||
def_binding(def_id),
|
||||
def_use(def_id),
|
||||
def_native_ty(def_id),
|
||||
def_native_fn(def_id, purity),
|
||||
def_upvar(def_id, @def, node_id), // node_id == expr_fn or expr_fn_block
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue