From 2646469671cc3db15ff6b93ec42ab5e593822bbd Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 28 Jul 2015 21:28:33 +0000 Subject: [PATCH] Cleanup a few stale comments in FormattersContainer.h llvm-svn: 243483 --- lldb/include/lldb/DataFormatters/FormattersContainer.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lldb/include/lldb/DataFormatters/FormattersContainer.h b/lldb/include/lldb/DataFormatters/FormattersContainer.h index daf2f24..514b442 100644 --- a/lldb/include/lldb/DataFormatters/FormattersContainer.h +++ b/lldb/include/lldb/DataFormatters/FormattersContainer.h @@ -43,10 +43,6 @@ namespace lldb_private { -// this file (and its. cpp) contain the low-level implementation of LLDB Data Visualization -// class DataVisualization is the high-level front-end of this feature -// clients should refer to that class as the entry-point into the data formatters -// unless they have a good reason to bypass it and prefer to use this file's objects directly class IFormatChangeListener { public: @@ -447,7 +443,6 @@ protected: { for (const FormattersMatchCandidate& candidate : candidates) { - // FIXME: could we do the IsMatch() check first? if (Get(candidate.GetTypeName(),entry)) { if (candidate.IsMatch(entry) == false) -- 2.7.4