Remove "Either" or not?

Hello,

lldb\include\lldb\Utility\Either.h seems dead, at least I couldn’t find any usages.

I could enhance it with Bind function for composing monadic functions and add tests to show usage examples.

Or just remove it if no one needs it?

I'd vote for removal. This kind of functionality would be better off
in llvm's ADT anyway.