[Lldb-commits] [PATCH] D49755: Remove unused History class

2018-07-24 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL337855: Remove unused History class (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D49755?vs=157075&id=157128#toc Rep

[Lldb-commits] [PATCH] D49755: Remove unused History class

2018-07-24 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Yes, please. https://reviews.llvm.org/D49755 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/list

[Lldb-commits] [PATCH] D49755: Remove unused History class

2018-07-24 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. Herald added a subscriber: mgorny. This class doesn't seem to be used anywhere, so we might as well remove the code. https://reviews.llvm.org/D49755 Files: include/lldb/Utility/History.h lldb.xcodeproj/project.pbxproj source/Utility/CMakeLists.txt sourc