Commit 089059e1 authored by Robert Schmidt's avatar Robert Schmidt

Remove unused variables

parent 3febc50f
...@@ -70,16 +70,6 @@ class HTMLManagement(): ...@@ -70,16 +70,6 @@ class HTMLManagement():
self.testCase_id = '' self.testCase_id = ''
self.desc = '' self.desc = ''
self.OsVersion = ['', '']
self.KernelVersion = ['', '']
self.UhdVersion = ['', '']
self.UsrpBoard = ['', '']
self.CpuNb = ['', '']
self.CpuModel = ['', '']
self.CpuMHz = ['', '']
#----------------------------------------------------------- #-----------------------------------------------------------
# HTML structure creation functions # HTML structure creation functions
#----------------------------------------------------------- #-----------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment