compilerplugins/clang/simplifybool.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit e3c8943e26dbedaf427618c054f620fb6f9acf2a Author: Stephan Bergmann <[email protected]> AuthorDate: Wed Feb 27 10:07:00 2019 +0100 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
