[Lldb-commits] [lldb] r142392 - /lldb/trunk/source/Interpreter/OptionGroupWatchpoint.cpp

Johnny Chen johnny.chen at apple.com
Tue Oct 18 11:33:33 PDT 2011


Author: johnny
Date: Tue Oct 18 13:33:33 2011
New Revision: 142392

URL: http://llvm.org/viewvc/llvm-project?rev=142392&view=rev
Log:
Remove stale comment.

Modified:
    lldb/trunk/source/Interpreter/OptionGroupWatchpoint.cpp

Modified: lldb/trunk/source/Interpreter/OptionGroupWatchpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/OptionGroupWatchpoint.cpp?rev=142392&r1=142391&r2=142392&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/OptionGroupWatchpoint.cpp (original)
+++ lldb/trunk/source/Interpreter/OptionGroupWatchpoint.cpp Tue Oct 18 13:33:33 2011
@@ -37,7 +37,6 @@
     { 0, NULL, NULL }
 };
 
-// if you add any options here, remember to update the counters in OptionGroupWatchpoint::GetNumDefinitions()
 static OptionDefinition
 g_option_table[] =
 {





More information about the lldb-commits mailing list