From 2f1789dcfc6d03619da6edb83e662e4f8b156e37 Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Tue, 29 Sep 2020 18:35:41 +0100 Subject: abi/diff_abi: drop use of --dump-diff-tree This is an internal option and not suitable for regular use. It has not been an issue so far as it is a noop in leaf-mode. Using the --full-report option (i.e. calling abidiff without --leaf-changes-only) in combination with --dump-diff-tree creates massive debug output. Bug: 158237359 Signed-off-by: Matthias Maennich Change-Id: Icb426c43cb39952d936372974c5058162bd06ea7 --- abi/abitool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/abi/abitool.py b/abi/abitool.py index 20d26d2..59a1fe4 100644 --- a/abi/abitool.py +++ b/abi/abitool.py @@ -65,7 +65,6 @@ class Libabigail(AbiTool): diff_report)) diff_abi_cmd = ['abidiff', '--flag-indirect', - '--dump-diff-tree', old_dump, new_dump] -- cgit v1.2.3