[Lldb-commits] [lldb] r367459 - [CommandCompletions] Remove commented out code.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 31 11:09:26 PDT 2019


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;




More information about the lldb-commits mailing list