[Libreoffice-commits] core.git: compilerplugins/clang
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Feb 27 10:47:33 UTC 2019
compilerplugins/clang/simplifybool.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e3c8943e26dbedaf427618c054f620fb6f9acf2a
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Feb 27 10:07:00 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Feb 27 11:47:10 2019 +0100
Fix apparent temporary debugging leftover
Change-Id: I3277a341137b1b404ad9839431b5cc39a88fcbe1
Reviewed-on: https://gerrit.libreoffice.org/68425
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/compilerplugins/clang/simplifybool.cxx b/compilerplugins/clang/simplifybool.cxx
index ea54b1ef4280..36c4854e96e8 100644
--- a/compilerplugins/clang/simplifybool.cxx
+++ b/compilerplugins/clang/simplifybool.cxx
@@ -8,7 +8,6 @@
*/
#include <cassert>
-#include <iostream>
#include "plugin.hxx"
#include "clang/AST/CXXInheritance.h"
More information about the Libreoffice-commits
mailing list