aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectPlatform.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp
index 103185a..1fa9c2c2 100644
--- a/lldb/source/Commands/CommandObjectPlatform.cpp
+++ b/lldb/source/Commands/CommandObjectPlatform.cpp
@@ -422,7 +422,6 @@ protected:
return &m_options;
}
-protected:
OptionGroupOptions m_options;
OptionGroupFile m_option_working_dir;
};
@@ -1023,7 +1022,6 @@ protected:
return result.Succeeded();
}
-protected:
ProcessLaunchCommandOptions m_options;
};