summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-02-27 10:07:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-02-27 11:47:10 +0100
commite3c8943e26dbedaf427618c054f620fb6f9acf2a (patch)
tree61ecc48aa71002627d1dff17b70a8196a0c09205 /compilerplugins
parent1805c7ce2d4ef5227ce8f456956d047144c6aaf8 (diff)
Fix apparent temporary debugging leftover
Change-Id: I3277a341137b1b404ad9839431b5cc39a88fcbe1 Reviewed-on: https://gerrit.libreoffice.org/68425 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/simplifybool.cxx1
1 files changed, 0 insertions, 1 deletions
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"