cpu-gather: Delete old script

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Tim Wiederhake 2020-12-15 17:25:00 +01:00 committed by Michal Privoznik
parent d828870d2d
commit 82878ba049
2 changed files with 0 additions and 11 deletions

View File

@ -232,11 +232,6 @@ def main():
for o in model:
print(json.dumps(o))
print(end="", flush=True)
os.environ["CPU_GATHER_PY"] = "true"
os.environ["qemu"] = args.path_to_qemu
subprocess.check_call("./cpu-gather.sh")
if __name__ == "__main__":
main()

View File

@ -1,6 +0,0 @@
#!/bin/bash
if [ -z "${CPU_GATHER_PY}" ]; then
echo >&2 "Do not call this script directly. Use 'cpu-gather.py' instead."
exit 1
fi