aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.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/CommandObjectThread.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/CommandObjectThread.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectThread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp
index fe86c9d..8e599ed 100644
--- a/lldb/source/Commands/CommandObjectThread.cpp
+++ b/lldb/source/Commands/CommandObjectThread.cpp
@@ -775,7 +775,6 @@ protected:
return result.Succeeded();
}
-protected:
StepType m_step_type;
StepScope m_step_scope;
ThreadStepScopeOptionGroup m_options;