diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 14:43:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 18:18:09 +0200 |
commit | cac7c02f52204eb3cea0a8594ed2d2c9313d4ede (patch) | |
tree | f412dde74bdcf6d9e61141ad366545bfef83058d /compilerplugins | |
parent | 9e3cacbe9616a14e1df66c31485e3bcbfdc8fd01 (diff) |
remove debugging leftover
from commit 8a54339fc83fe9abaaace6f9f374697e6923d684
loplugin:referencecasting look through more clang Types
Change-Id: I6a8a4bbce04d6f53d8e02961c0917bb57fb69a9d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121601
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/plugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx index 6f7c464aa161..552f676735d3 100644 --- a/compilerplugins/clang/plugin.cxx +++ b/compilerplugins/clang/plugin.cxx @@ -11,7 +11,6 @@ #include "plugin.hxx" -#include <iostream> #include <cassert> #include <cstddef> #include <string> |