[Libreoffice-commits] core.git: compilerplugins/clang
Stephan Bergmann
sbergman at redhat.com
Wed Jan 11 15:57:53 UTC 2017
compilerplugins/clang/stringconstant.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit b820de995da0d9966ef29532eeb069a6592a4a13
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jan 11 16:57:21 2017 +0100
Remove leftover code
Change-Id: I3f6e9ec0343074b506cb07b1ad5c9b3e1ef20b5e
diff --git a/compilerplugins/clang/stringconstant.cxx b/compilerplugins/clang/stringconstant.cxx
index cab25bb..34a5421 100644
--- a/compilerplugins/clang/stringconstant.cxx
+++ b/compilerplugins/clang/stringconstant.cxx
@@ -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;
}
More information about the Libreoffice-commits
mailing list