Author: jdevlieghere Date: Wed Jul 31 11:09:26 2019 New Revision: 367459 URL: http://llvm.org/viewvc/llvm-project?rev=367459&view=rev Log: [CommandCompletions] Remove commented out code.
We use version control here. Modified: lldb/trunk/include/lldb/Interpreter/CommandCompletions.h Modified: lldb/trunk/include/lldb/Interpreter/CommandCompletions.h URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/CommandCompletions.h?rev=367459&r1=367458&r2=367459&view=diff ============================================================================== --- lldb/trunk/include/lldb/Interpreter/CommandCompletions.h (original) +++ lldb/trunk/include/lldb/Interpreter/CommandCompletions.h Wed Jul 31 11:09:26 2019 @@ -179,14 +179,6 @@ public: size_t DoCompletion(SearchFilter *filter) override; private: - // struct NameCmp { - // bool operator() (const ConstString& lhs, const ConstString& - // rhs) const - // { - // return lhs < rhs; - // } - // }; - RegularExpression m_regex; typedef std::set<ConstString> collection; collection m_match_set; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits