Remove extra lang item, exchange_free; use box_free instead.
Trans used to insert code equivalent to box_free in a wrapper around exchange_free, and that code is now removed from trans.
This commit is contained in:
parent
ce4461f4cf
commit
ca115dd083
4 changed files with 34 additions and 66 deletions
|
|
@ -328,7 +328,6 @@ language_item_table! {
|
|||
PanicFmtLangItem, "panic_fmt", panic_fmt;
|
||||
|
||||
ExchangeMallocFnLangItem, "exchange_malloc", exchange_malloc_fn;
|
||||
ExchangeFreeFnLangItem, "exchange_free", exchange_free_fn;
|
||||
BoxFreeFnLangItem, "box_free", box_free_fn;
|
||||
StrDupUniqFnLangItem, "strdup_uniq", strdup_uniq_fn;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue