[PATCH] D54683: [WebAssembly] Delete unused using statements (NFC)

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 17:37:50 PST 2018


aheejin marked 2 inline comments as done.
aheejin added a comment.

Oh I see. So even if you can delete some of them because of other included headers, we don't necessarily want to remove them, right?
I happened to find a couple of really unused `using`s, and while submitting that, I thought maybe I'll spend 10 more mins find other possibly-can-be-deleted `using`s, and that's how ended up with this. Anyway, restored `using`s that are actually being used in the same file, even if it is included in other headers.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54683





More information about the llvm-commits mailing list