diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-10-18 18:33:33 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-10-18 18:33:33 +0000 |
commit | 9e320909f5cac99268df2348fda135d9cf636551 (patch) | |
tree | 905bf9e0460ad97d77226fe2daa0b0e73f9ada0b /lldb/source/Interpreter/OptionGroupWatchpoint.cpp | |
parent | 7d97b1c2744f523eb0f6ad0cd0381ac57ec02706 (diff) | |
download | bcm5719-llvm-9e320909f5cac99268df2348fda135d9cf636551.tar.gz bcm5719-llvm-9e320909f5cac99268df2348fda135d9cf636551.zip |
Remove stale comment.
llvm-svn: 142392
Diffstat (limited to 'lldb/source/Interpreter/OptionGroupWatchpoint.cpp')
-rw-r--r-- | lldb/source/Interpreter/OptionGroupWatchpoint.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/OptionGroupWatchpoint.cpp b/lldb/source/Interpreter/OptionGroupWatchpoint.cpp index ca257259d13..27c3d45c9e7 100644 --- a/lldb/source/Interpreter/OptionGroupWatchpoint.cpp +++ b/lldb/source/Interpreter/OptionGroupWatchpoint.cpp @@ -37,7 +37,6 @@ static OptionEnumValueElement g_watch_size[] = { 0, NULL, NULL } }; -// if you add any options here, remember to update the counters in OptionGroupWatchpoint::GetNumDefinitions() static OptionDefinition g_option_table[] = { |