diff options
author | Eduardo Habkost | 2018-06-08 19:52:52 +0200 |
---|---|---|
committer | Eduardo Habkost | 2018-06-08 21:40:54 +0200 |
commit | c7883412440905b41dde7e70f4af782932e80e90 (patch) | |
tree | c1e348a65d88dea7e578cb25188130a35e2374b5 /Makefile | |
parent | python: Remove scripts/argparse.py (diff) | |
download | qemu-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |