scripts: drop comment about autogenerated CPU API file
The RST doc include can't be made to skip the comment indicating the CPU CSV file is auto-generated when importing it. This comment line was previously manually removed from the generated output that was committed. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
3b219d99af
commit
f424bc3312
@ -179,7 +179,6 @@ for level in range(len(abi_models)):
|
||||
models[name]["delta"][level] = delta
|
||||
|
||||
def print_uarch_abi_csv():
|
||||
print("# Automatically generated from '%s'" % __file__)
|
||||
print("Model,baseline,v2,v3,v4")
|
||||
for name in models.keys():
|
||||
print(name, end="")
|
||||
|
Loading…
Reference in New Issue
Block a user