From: Markus Lehtonen Date: Fri, 15 Sep 2017 12:54:53 +0000 (+0300) Subject: scripts/oe-build-perf-report: remove dead code X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19965 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28284fc1bbaa18162f65eee0ae2e94d28091b2f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/oe-build-perf-report: remove dead code Some leftover from an early prototype. Signed-off-by: Markus Lehtonen Signed-off-by: Ross Burton --- diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index 89d9d6f6b54..4e067caba0b 100755 --- a/scripts/oe-build-perf-report +++ b/scripts/oe-build-perf-report @@ -336,10 +336,6 @@ def print_diff_report(metadata_l, data_l, metadata_r, data_r): def print_html_report(data, id_comp): """Print report in html format""" # Handle metadata - metadata = {'branch': {'title': 'Branch', 'value': 'master'}, - 'hostname': {'title': 'Hostname', 'value': 'foobar'}, - 'commit': {'title': 'Commit', 'value': '1234'} - } metadata = metadata_diff(data[id_comp].metadata, data[-1].metadata)