diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-15 21:34:12 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-15 21:34:13 -0700 |
commit | 388afd8406a07817b8663281bf3d06f87d46dfd7 (patch) | |
tree | 37bd8f1e07662449dece4f841c03641db1f762e9 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 5ddd4fc5a65a452dffa2d27ad6a5c04d148d6234 (diff) | |
download | llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.zip llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.tar.gz llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.tar.bz2 |
[lldb] Remove redundant access specifiers (NFC)
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectCommands.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp index 8c78803a..d77e69c 100644 --- a/lldb/source/Commands/CommandObjectCommands.cpp +++ b/lldb/source/Commands/CommandObjectCommands.cpp @@ -1621,7 +1621,6 @@ protected: io_handler.SetIsDone(true); } -protected: bool DoExecute(Args &command, CommandReturnObject &result) override { if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { result.AppendError("only scripting language supported for scripted " |