| commit | 345ac54c86bd01ae29f2ed891d622d123dce205a | [log] |
|---|---|---|
| author | Miklos Vajna <vmiklos@collabora.com> | Thu Aug 05 14:54:45 2021 +0200 |
| committer | Xisco Fauli <xiscofauli@libreoffice.org> | Mon Aug 09 20:26:37 2021 +0200 |
| tree | 35edd0fc5340762a95622dfe8b47ca538a304cf7 | |
| parent | a1791f7e2503ca1d0868a0a607ff4717cd1fddeb [diff] |
find-unneeded-includes: remove leftover debug print() Change-Id: I738d191415db130d875d5b7139ff768ad389dd93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120070 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins (cherry picked from commit 746d95bb4067943679f0fe3b8bf91269debf519b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120146 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes index 3f8c38b..4f90ab5 100755 --- a/bin/find-unneeded-includes +++ b/bin/find-unneeded-includes
@@ -286,7 +286,6 @@ def tidy(compileCommands, paths): args = args.replace(assumeAbs, "-x c++ " + pathAbs) invocation = "include-what-you-use -Xiwyu --no_fwd_decls -Xiwyu --max_line_length=200 " + args print(invocation) task_queue.put((invocation, moduleRules)) task_queue.join()