summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEduardo Habkost2018-06-08 19:52:52 +0200
committerEduardo Habkost2018-06-08 21:40:54 +0200
commitc7883412440905b41dde7e70f4af782932e80e90 (patch)
treec1e348a65d88dea7e578cb25188130a35e2374b5 /Makefile
parentpython: Remove scripts/argparse.py (diff)
downloadqemu-c7883412440905b41dde7e70f4af782932e80e90.tar.gz
qemu-c7883412440905b41dde7e70f4af782932e80e90.tar.xz
qemu-c7883412440905b41dde7e70f4af782932e80e90.zip
python: Remove scripts/ordereddict.py
Python 2.7 (the minimum Python version we require) provides collections.OrderedDict on the standard library, so we don't need to carry our own implementation. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20180608175252.25110-3-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 023b3437ec..6c6664d9a3 100644
--- a/Makefile
+++ b/Makefile
@@ -567,7 +567,6 @@ $(SRC_PATH)/scripts/qapi/types.py \
$(SRC_PATH)/scripts/qapi/visit.py \
$(SRC_PATH)/scripts/qapi/common.py \
$(SRC_PATH)/scripts/qapi/doc.py \
-$(SRC_PATH)/scripts/ordereddict.py \
$(SRC_PATH)/scripts/qapi-gen.py
qga/qapi-generated/qga-qapi-types.c qga/qapi-generated/qga-qapi-types.h \