[Libreoffice-commits] core.git: compilerplugins/clang
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 19 09:09:08 UTC 2020
compilerplugins/clang/test/stringstatic.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 3e37f3db69c3c7e4b824fba7751cf6769d594984
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Aug 19 10:13:17 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Aug 19 11:08:21 2020 +0200
Remove unused include
Change-Id: I019148e0823e68ccbb1cf60f6eac9e69b634515b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100973
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/compilerplugins/clang/test/stringstatic.cxx b/compilerplugins/clang/test/stringstatic.cxx
index 73fd38ec629a..7d8522ecd13b 100644
--- a/compilerplugins/clang/test/stringstatic.cxx
+++ b/compilerplugins/clang/test/stringstatic.cxx
@@ -7,7 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
// expected-error at +1 {{rather declare this using OUStringLiteral/OStringLiteral/char[] [loplugin:stringstatic]}}
More information about the Libreoffice-commits
mailing list