Remove leftover code

Change-Id: I3f6e9ec0343074b506cb07b1ad5c9b3e1ef20b5e
This commit is contained in:
Stephan Bergmann
2017-01-11 16:57:21 +01:00
parent 584262fed1
commit b820de995d

View File

@@ -731,11 +731,6 @@ bool StringConstant::VisitCallExpr(CallExpr const * expr) {
return true;
}
}
if ((dc.Function("append").Class("OStringBuffer").Namespace("rtl")
.GlobalNamespace())
&& fdecl->getNumParams() == 2)
{
}
return true;
}