[Lldb-commits] [PATCH] D32503: Remove unused code related to CPlusPlusLanguage::FindEquivalentNames

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 26 09:16:01 PDT 2017


scott.smith added a comment.

In https://reviews.llvm.org/D32503#737953, @tberghammer wrote:

> I looked into the history of this code once and my understanding is that Enrico added this code in https://github.com/llvm-mirror/lldb/commit/bad9753828b6e0e415e38094bb9627e41d57874c but it have never been used (at least in upstream). The original commit message also indicates this.


That was four years ago!  So we have code that is unused, has no tests, and is not visible via a library (since this header is not in include/lldb/*).  The code is also short enough that it can be rewritten if anyone wants it.  Ok to delete?


Repository:
  rL LLVM

https://reviews.llvm.org/D32503





More information about the lldb-commits mailing list