diff options
Diffstat (limited to 'xserver/Xext/xselinux_ext.c')
-rw-r--r-- | xserver/Xext/xselinux_ext.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xserver/Xext/xselinux_ext.c b/xserver/Xext/xselinux_ext.c index 374571c4b..85ca2dc8e 100644 --- a/xserver/Xext/xselinux_ext.c +++ b/xserver/Xext/xselinux_ext.c @@ -528,12 +528,6 @@ ProcSELinuxDispatch(ClientPtr client) static int SProcSELinuxQueryVersion(ClientPtr client) { - REQUEST(SELinuxQueryVersionReq); - int n; - - REQUEST_SIZE_MATCH(SELinuxQueryVersionReq); - swaps(&stuff->client_major, n); - swaps(&stuff->client_minor, n); return ProcSELinuxQueryVersion(client); } |