[Lldb-commits] [PATCH] D23950: Remove unused local variable
Taras Tsugrii via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 26 18:52:00 PDT 2016
wttsugrii created this revision.
wttsugrii added a reviewer: granata.enrico.
wttsugrii added a subscriber: lldb-commits.
type variable is not used and can be safely removed.
https://reviews.llvm.org/D23950
Files:
source/DataFormatters/TypeCategoryMap.cpp
Index: source/DataFormatters/TypeCategoryMap.cpp
===================================================================
--- source/DataFormatters/TypeCategoryMap.cpp
+++ source/DataFormatters/TypeCategoryMap.cpp
@@ -394,7 +394,6 @@
{
if (pos->second->IsEnabled())
continue;
- KeyType type = pos->first;
if (!callback(pos->second))
break;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23950.69458.patch
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160827/2d607d2e/attachment.bin>
More information about the lldb-commits
mailing list