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:23 +0100 |
commit | a28284fc1bbaa18162f65eee0ae2e94d28091b2f (patch) | |
tree | d2b8fbeecb70306f17e99a44940d644e7f625b73 | |
parent | 3c07f1f05440234243c570ebfb42dcda2f455a3d (diff) | |
download | openembedded-core-a28284fc1bbaa18162f65eee0ae2e94d28091b2f.tar.gz openembedded-core-a28284fc1bbaa18162f65eee0ae2e94d28091b2f.tar.bz2 openembedded-core-a28284fc1bbaa18162f65eee0ae2e94d28091b2f.zip |
scripts/oe-build-perf-report: remove dead code
Some leftover from an early prototype.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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): 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) |