]> git.lizzy.rs Git - rust.git/commit
Remove some unused macros from the rust codebase
authorest31 <MTest31@outlook.com>
Fri, 12 May 2017 06:21:00 +0000 (08:21 +0200)
committerest31 <MTest31@outlook.com>
Fri, 12 May 2017 07:37:28 +0000 (09:37 +0200)
commit80891f6e4725efc72c27e4f224123ec292fdd7d4
tree4debab43e1544d893a5757551449f24a0acbe8e9
parent39bcd6f425426bfacd7de9fe0378df4bd9263d00
Remove some unused macros from the rust codebase

Removes unused macros from:
  * libcore
  * libcollections
    The last use of these two macros was removed in commit
    b64c9d56700e2c41207166fe8709711ff02488ff
    when the char_range_at_reverse function was been removed.
  * librustc_errors
    Their last use was removed by commits
    2f2c3e178325dc1837badcd7573c2c0905fab979
    and 11dc974a38fd533aa692cea213305056cd3a6902.
  * libsyntax_ext
  * librustc_trans
    Also, put the otry macro in back/msvc/mod.rs under the
    same cfg argument as the places that use it.
src/libcollections/str.rs
src/libcore/lib.rs
src/libcore/num/float_macros.rs [deleted file]
src/libcore/num/mod.rs
src/librustc_errors/emitter.rs
src/librustc_trans/back/msvc/mod.rs
src/librustc_trans/lib.rs
src/librustc_trans/macros.rs [deleted file]
src/libsyntax_ext/deriving/mod.rs