diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
| -rw-r--r-- | lldb/source/Commands/CommandObjectFrame.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp index 8efb1649bf3..25f7638ef7d 100644 --- a/lldb/source/Commands/CommandObjectFrame.cpp +++ b/lldb/source/Commands/CommandObjectFrame.cpp @@ -135,7 +135,6 @@ public: void ResetOptionValues () { - Options::ResetOptionValues(); relative_frame_offset = INT32_MIN; } @@ -352,8 +351,6 @@ public: void ResetOptionValues () { - Options::ResetOptionValues(); - use_objc = false; use_regex = false; show_args = true; |

