summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectImage.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectImage.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectImage.cpp b/lldb/source/Commands/CommandObjectImage.cpp
index ed196475a0b..d684bb2df98 100644
--- a/lldb/source/Commands/CommandObjectImage.cpp
+++ b/lldb/source/Commands/CommandObjectImage.cpp
@@ -763,7 +763,6 @@ public:
void
ResetOptionValues ()
{
- Options::ResetOptionValues();
m_sort_order = eSortOrderNone;
}
@@ -1167,7 +1166,6 @@ public:
void
ResetOptionValues ()
{
- Options::ResetOptionValues();
m_format_array.clear();
}
@@ -1429,7 +1427,6 @@ public:
void
ResetOptionValues ()
{
- Options::ResetOptionValues();
m_type = eLookupTypeInvalid;
m_str.clear();
m_file.Clear();
OpenPOWER on IntegriCloud