[Lldb-commits] [lldb] r339328 - Remove unused type Either from Utility library.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 9 08:32:12 PDT 2018


On Thu, Aug 9, 2018 at 4:42 AM Tatyana Krasnukha via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
>
> Author: tkrasnukha
> Date: Thu Aug  9 04:42:28 2018
> New Revision: 339328
>
> URL: http://llvm.org/viewvc/llvm-project?rev=339328&view=rev
> Log:
> Remove unused type Either from Utility library.
>

I might be missing the obvious here, but it looks like `Either.h` is
still around in my checkout after you removed it? (also, from the
xcodeproj files)

dcci at Davides-MacBook-Pro ~/w/l/l/t/lldb> ls ./include/lldb/Utility/Either.h
./include/lldb/Utility/Either.h

Do you plan to nuke the header from orbit completely?

--
Davide


More information about the lldb-commits mailing list