qvm-ls: remove unused code

This commit is contained in:
Marek Marczykowski-Górecki 2016-07-01 03:08:42 +02:00
parent 8c7f072461
commit 78437f7012
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -244,11 +244,6 @@ def main():
#Nicely formatted header only needed for humans
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
s = ""
for f in fields_to_display: