From: Daniel P. Berrangé Date: Wed, 10 May 2023 11:52:42 +0000 (+0100) Subject: scripts: drop comment about autogenerated CPU API file X-Git-Tag: v9.0.0-rc0~71^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f424bc3312cbc1ff2748c263883e4480fa1586bc;p=thirdparty%2Fqemu.git 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é --- diff --git a/scripts/cpu-x86-uarch-abi.py b/scripts/cpu-x86-uarch-abi.py index 052ddd75142..7360e55c6e0 100644 --- a/scripts/cpu-x86-uarch-abi.py +++ b/scripts/cpu-x86-uarch-abi.py @@ -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="")