[analyzer] Remove another redundancy from trackNullOrUndef

llvm-svn: 178934
This commit is contained in:
Anna Zaks 2013-04-05 23:50:14 +00:00
parent 94b48bdbba
commit a4fdefffd0
1 changed files with 0 additions and 6 deletions

View File

@ -932,12 +932,6 @@ bool bugreporter::trackNullOrUndefValue(const ExplodedNode *N,
report.markInteresting(V);
report.addVisitor(new UndefOrNullArgVisitor(R));
if (isa<SymbolicRegion>(R)) {
TrackConstraintBRVisitor *VI =
new TrackConstraintBRVisitor(loc::MemRegionVal(R), false);
report.addVisitor(VI);
}
// If the contents are symbolic, find out when they became null.
if (V.getAsLocSymbol()) {
BugReporterVisitor *ConstraintTracker =