It's been stubbed out for quite some time and nobody yelped, so out it
goes.

Signed-off-by: John Snow <js...@redhat.com>
---
 scripts/qmp/qmp | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100755 scripts/qmp/qmp

diff --git a/scripts/qmp/qmp b/scripts/qmp/qmp
deleted file mode 100755
index 0f12307c87..0000000000
--- a/scripts/qmp/qmp
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python3
-
-import sys
-
-print('''This unmaintained and undocumented script was removed in preference
-for qmp-shell. The assumption is that most users are using either
-qmp-shell, socat, or pasting/piping JSON into stdio. The duplication of
-facilities here is unwanted, and the divergence of syntax harmful.''',
-      file=sys.stderr)
-
-sys.exit(1)
-- 
2.31.1


Reply via email to