This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 20094d83d Log ObjC Runtime messages only in verbose mode new 070648860 [Command] Remove dead code for the syntax command. new 23bfa6fcc [Commands] Remove dead code for unused `args` command.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lldb.xcodeproj/project.pbxproj | 12 -- source/Commands/CMakeLists.txt | 1 - source/Commands/CommandObjectArgs.cpp | 234 ------------------------------ source/Commands/CommandObjectArgs.h | 52 ------- source/Commands/CommandObjectSyntax.cpp | 103 ------------- source/Commands/CommandObjectSyntax.h | 37 ----- source/Interpreter/CommandInterpreter.cpp | 2 - 7 files changed, 441 deletions(-) delete mode 100644 source/Commands/CommandObjectArgs.cpp delete mode 100644 source/Commands/CommandObjectArgs.h delete mode 100644 source/Commands/CommandObjectSyntax.cpp delete mode 100644 source/Commands/CommandObjectSyntax.h