summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringconstant.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-11 16:57:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-11 16:57:21 +0100
commitb820de995da0d9966ef29532eeb069a6592a4a13 (patch)
treec3bdd7059a53f44df55ca33c3767d7085e634fab /compilerplugins/clang/stringconstant.cxx
parent584262fed1368dba382d88dfd25fe35ac7d4b349 (diff)
Remove leftover code
Change-Id: I3f6e9ec0343074b506cb07b1ad5c9b3e1ef20b5e
Diffstat (limited to 'compilerplugins/clang/stringconstant.cxx')
-rw-r--r--compilerplugins/clang/stringconstant.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/compilerplugins/clang/stringconstant.cxx b/compilerplugins/clang/stringconstant.cxx
index cab25bbf71cf..34a5421cb47f 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;
}