aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/lowlevel/xu/xu.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/xen/lowlevel/xu/xu.c')
-rw-r--r--tools/python/xen/lowlevel/xu/xu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/python/xen/lowlevel/xu/xu.c b/tools/python/xen/lowlevel/xu/xu.c
index 359cb71a2d..65660ba6dc 100644
--- a/tools/python/xen/lowlevel/xu/xu.c
+++ b/tools/python/xen/lowlevel/xu/xu.c
@@ -908,7 +908,6 @@ static PyObject *xu_message_new(PyObject *self, PyObject *args)
break;
case TYPE(CMSG_MEM_REQUEST, CMSG_MEM_REQUEST_SET):
P2C(mem_request_t, target, u32);
- P2C(mem_request_t, status, u32);
break;
case TYPE(CMSG_USBIF_FE, CMSG_USBIF_FE_INTERFACE_STATUS_CHANGED):
P2C(usbif_fe_interface_status_changed_t, status, u32);