File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,6 @@ namespace {
144
144
static const unsigned targetLookup;
145
145
#endif
146
146
147
- public: // for exp debugging
148
- unsigned resultsSizeBeforeLocalsPass = ~0 ;
149
-
150
147
public:
151
148
// clang-format off
152
149
UnqualifiedLookupFactory (DeclNameRef Name,
@@ -708,16 +705,10 @@ void UnqualifiedLookupFactory::printScopes(raw_ostream &out) const {
708
705
709
706
void UnqualifiedLookupFactory::printResults (raw_ostream &out) const {
710
707
for (auto i : indices (Results)) {
711
- if (i == resultsSizeBeforeLocalsPass)
712
- out << " ============== next pass ============\n " ;
713
708
out << i << " : " ;
714
709
Results[i].print (out);
715
710
out << " \n " ;
716
711
}
717
- if (resultsSizeBeforeLocalsPass == Results.size ())
718
- out << " ============== next pass ============\n " ;
719
- if (resultsSizeBeforeLocalsPass == ~0u )
720
- out << " never tried locals\n\n " ;
721
712
}
722
713
723
714
void UnqualifiedLookupFactory::print (raw_ostream &OS) const {
You can’t perform that action at this time.
0 commit comments