[Lldb-commits] [PATCH] D14415: [swig] Simplify check_lldb_swig_executable_file_exists.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 6 09:40:03 PST 2015


zturner added a comment.

If it's never used in practice, can you just delete the codepath entirely?  I'm a strong proponent of deleting code that nobody cares about.  (Of course, if you found this because you do care about it and this codepath didn't work when you tried to use it, that's a different story)


http://reviews.llvm.org/D14415





More information about the lldb-commits mailing list