[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7779/8267] scripts/oe-build-perf-report: remove dead code



commit 93139fb66e9a914a867aea76aa155b4fa8ff1757
Author: Markus Lehtonen <markus lehtonen linux intel com>
Date:   Fri Sep 15 15:54:53 2017 +0300

    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>

 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 89d9d6f..4e067ca 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)
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]