[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - bin/find-unneeded-includes
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 9 18:27:11 UTC 2021
bin/find-unneeded-includes | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 345ac54c86bd01ae29f2ed891d622d123dce205a
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Aug 5 14:54:45 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Aug 9 20:26:37 2021 +0200
find-unneeded-includes: remove leftover debug print()
Change-Id: I738d191415db130d875d5b7139ff768ad389dd93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120070
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
Tested-by: Jenkins
(cherry picked from commit 746d95bb4067943679f0fe3b8bf91269debf519b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120146
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 3f8c38bdb158..4f90ab55e9f5 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()
More information about the Libreoffice-commits
mailing list