[Commands] Get rid of unused typedefs.

llvm-svn: 256766
This commit is contained in:
Davide Italiano 2016-01-04 19:12:25 +00:00
parent 9e934b0cc2
commit 801a35ea5e
1 changed files with 0 additions and 5 deletions

View File

@ -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<FormatterType> Bar;
typedef std::function<bool(ConstString,Bar)> Func1Type;
typedef std::function<bool(RegularExpressionSP,Bar)> Func2Type;
TypeCategoryImpl::ForEachCallbacks<FormatterType> foreach;
foreach.SetExact([&result, &formatter_regex] (ConstString name, const FormatterSharedPointer& format_sp) -> bool {
if (formatter_regex)