[analyzer] Remove accidentally committed lines.

llvm-svn: 334965
This commit is contained in:
George Karpenkov 2018-06-18 17:59:03 +00:00
parent 83ba6fa98d
commit fdbc1bf62e
1 changed files with 1 additions and 4 deletions

View File

@ -2548,10 +2548,7 @@ bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD,
// new symbols and regions are interesting, or add other visitors based on
// the information they find. If they do, we need to regenerate the path
// based on our new report configuration.
int jj=0;
do { // TODO: dump statistics on the MAX number of iterations of this loop.
jj++;
assert(jj<10);
do {
// Get a clean copy of all the visitors.
for (BugReport::visitor_iterator I = R->visitor_begin(),
E = R->visitor_end(); I != E; ++I)