aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectSource.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Commands/CommandObjectSource.cpp b/lldb/source/Commands/CommandObjectSource.cpp
index 2c7fb33..7435b85 100644
--- a/lldb/source/Commands/CommandObjectSource.cpp
+++ b/lldb/source/Commands/CommandObjectSource.cpp
@@ -74,8 +74,6 @@ class CommandObjectSourceInfo : public CommandObject
void
ResetOptionValues ()
{
- Options::ResetOptionValues();
-
file_spec.Clear();
file_name.clear();
start_line = 0;
@@ -200,8 +198,6 @@ class CommandObjectSourceList : public CommandObject
void
ResetOptionValues ()
{
- Options::ResetOptionValues();
-
file_spec.Clear();
file_name.clear();
symbol_name.clear();