qvm-ls: remove unused code
This commit is contained in:
parent
8c7f072461
commit
78437f7012
@ -244,11 +244,6 @@ def main():
|
|||||||
|
|
||||||
#Nicely formatted header only needed for humans
|
#Nicely formatted header only needed for humans
|
||||||
if not arguments.raw_data:
|
if not arguments.raw_data:
|
||||||
# XXX: For what?
|
|
||||||
total_width = 0;
|
|
||||||
for f in fields_to_display:
|
|
||||||
total_width += fields[f]["max_width"]
|
|
||||||
|
|
||||||
# Display the header
|
# Display the header
|
||||||
s = ""
|
s = ""
|
||||||
for f in fields_to_display:
|
for f in fields_to_display:
|
||||||
|
Loading…
Reference in New Issue
Block a user