From 801a35ea5ec8a124a22fc24f68559db7e2bc57a1 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Mon, 4 Jan 2016 19:12:25 +0000 Subject: [PATCH] [Commands] Get rid of unused typedefs. llvm-svn: 256766 --- lldb/source/Commands/CommandObjectType.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lldb/source/Commands/CommandObjectType.cpp b/lldb/source/Commands/CommandObjectType.cpp index b57ac70f8f1a..2b803e7eb0d3 100644 --- a/lldb/source/Commands/CommandObjectType.cpp +++ b/lldb/source/Commands/CommandObjectType.cpp @@ -1396,11 +1396,6 @@ protected: auto category_closure = [&result, &formatter_regex] (const lldb::TypeCategoryImplSP& category) -> void { result.GetOutputStream().Printf("-----------------------\nCategory: %s\n-----------------------\n", category->GetName()); - - typedef const std::shared_ptr Bar; - typedef std::function Func1Type; - typedef std::function Func2Type; - TypeCategoryImpl::ForEachCallbacks foreach; foreach.SetExact([&result, &formatter_regex] (ConstString name, const FormatterSharedPointer& format_sp) -> bool { if (formatter_regex)