Xext: remove unused variable 'n'

xselinux_ext.c: In function 'SELinuxSendItemsToClient':
xselinux_ext.c:340:16: warning: unused variable 'n' [-Wunused-variable]

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Peter Hutterer 2011-11-09 15:31:57 +10:00
parent bb4aa1f263
commit e7cb8f802a

View File

@ -337,7 +337,7 @@ static int
SELinuxSendItemsToClient(ClientPtr client, SELinuxListItemRec *items,
int size, int count)
{
int rc, k, n, pos = 0;
int rc, k, pos = 0;
SELinuxListItemsReply rep;
CARD32 *buf;