This revision was automatically updated to reflect the committed changes.
Closed by commit rL285847: Remove KQueue.cpp (authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D26237?vs=76689&id=76745#toc
Repository:
rL LLVM
https://reviews.llvm.org/D26237
Files:
lldb/trunk
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
As long as no one is using it in the Xcode project or in liblldb we can remove
it.
https://reviews.llvm.org/D26237
___
lldb-commits mailing
labath created this revision.
labath added a reviewer: clayborg.
labath added a subscriber: lldb-commits.
Herald added subscribers: modocache, mgorny.
This class is unused (and apple specific, so it does not really belong into
generic code). Can we remove it?
https://reviews.llvm.org/D26237
Fil