CSIT-1183: Process the new and the old TC names
[csit.git] / resources / tools / presentation / generator_CPTA.py
index f96fab0..99fc821 100644 (file)
@@ -312,7 +312,6 @@ def _generate_all_charts(spec, input_data):
             csv_tbl.append("{0},".format(tst_name) + ",".join(tst_lst) + '\n')
         # Generate traces:
         traces = list()
-        win_size = 14
         index = 0
         for test_name, test_data in chart_data.items():
             if not test_data: