aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h')
-rw-r--r--lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h b/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
index 6a6c8638aede..33818043cf63 100644
--- a/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
+++ b/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
@@ -17,9 +17,9 @@ namespace lldb_private {
class OptionGroupWatchpoint : public OptionGroup {
public:
- OptionGroupWatchpoint();
+ OptionGroupWatchpoint() = default;
- ~OptionGroupWatchpoint() override;
+ ~OptionGroupWatchpoint() override = default;
static bool IsWatchSizeSupported(uint32_t watch_size);
@@ -27,7 +27,6 @@ public:
Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
ExecutionContext *execution_context) override;
- Status SetOptionValue(uint32_t, const char *, ExecutionContext *) = delete;
void OptionParsingStarting(ExecutionContext *execution_context) override;