diff options
author | Enrico Granata <egranata@apple.com> | 2015-08-27 18:18:49 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-08-27 18:18:49 +0000 |
commit | db3d58b94a66e1dd81d3ac75c85e1743cb93509a (patch) | |
tree | 94030a7d43e785757b9edb6d872139e5405476e2 /lldb/source/Commands | |
parent | 874e93f4b4b307892ab300dd908d1f2cd55e6c76 (diff) | |
download | bcm5719-llvm-db3d58b94a66e1dd81d3ac75c85e1743cb93509a.tar.gz bcm5719-llvm-db3d58b94a66e1dd81d3ac75c85e1743cb93509a.zip |
Remove class Language - the only thing it was actually being used for is provided by LanguageRuntime already
llvm-svn: 246177
Diffstat (limited to 'lldb/source/Commands')
-rw-r--r-- | lldb/source/Commands/CommandObjectArgs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.h b/lldb/source/Commands/CommandObjectArgs.h index 6691283ce09..194563d8310 100644 --- a/lldb/source/Commands/CommandObjectArgs.h +++ b/lldb/source/Commands/CommandObjectArgs.h @@ -16,7 +16,6 @@ // Project includes #include "lldb/Interpreter/CommandObject.h" #include "lldb/Interpreter/Options.h" -#include "lldb/Core/Language.h" namespace lldb_private { |