diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2017-09-15 15:54:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-18 11:07:30 +0100 |
commit | 93139fb66e9a914a867aea76aa155b4fa8ff1757 (patch) | |
tree | 354a3c35f6ded4853da975cba7fe520e99d7d846 /scripts | |
parent | 0821f3b0f87ec748698e40211e7db8dc8cbfc651 (diff) | |
download | poky-93139fb66e9a914a867aea76aa155b4fa8ff1757.tar.gz |
scripts/oe-build-perf-report: remove dead code
Some leftover from an early prototype.
(From OE-Core rev: a28284fc1bbaa18162f65eee0ae2e94d28091b2f)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-build-perf-report | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index 89d9d6f6b5..4e067caba0 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): | |||
336 | def print_html_report(data, id_comp): | 336 | def print_html_report(data, id_comp): |
337 | """Print report in html format""" | 337 | """Print report in html format""" |
338 | # Handle metadata | 338 | # Handle metadata |
339 | metadata = {'branch': {'title': 'Branch', 'value': 'master'}, | ||
340 | 'hostname': {'title': 'Hostname', 'value': 'foobar'}, | ||
341 | 'commit': {'title': 'Commit', 'value': '1234'} | ||
342 | } | ||
343 | metadata = metadata_diff(data[id_comp].metadata, data[-1].metadata) | 339 | metadata = metadata_diff(data[id_comp].metadata, data[-1].metadata) |
344 | 340 | ||
345 | 341 | ||