aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-06-15 21:34:12 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-06-15 21:34:13 -0700
commit388afd8406a07817b8663281bf3d06f87d46dfd7 (patch)
tree37bd8f1e07662449dece4f841c03641db1f762e9 /lldb/source/Commands/CommandObjectFrame.cpp
parent5ddd4fc5a65a452dffa2d27ad6a5c04d148d6234 (diff)
downloadllvm-388afd8406a07817b8663281bf3d06f87d46dfd7.zip
llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.tar.gz
llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.tar.bz2
[lldb] Remove redundant access specifiers (NFC)
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 4fef9f4..5a61fc4 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -186,7 +186,6 @@ protected:
return true;
}
-protected:
CommandOptions m_options;
};
@@ -379,7 +378,6 @@ protected:
return result.Succeeded();
}
-protected:
CommandOptions m_options;
};
@@ -714,7 +712,6 @@ protected:
return res;
}
-protected:
OptionGroupOptions m_option_group;
OptionGroupVariable m_option_variable;
OptionGroupFormat m_option_format;