Commit bad0e8bd authored by Mike Gabriel's avatar Mike Gabriel

Xserver/os/connection.c: Drop unused variable 'restore_trans_conn' from ClientAuthorized().

parent 00ebfaf5
......@@ -688,7 +688,6 @@ ClientAuthorized(ClientPtr client,
XID auth_id;
char *reason = NULL;
XtransConnInfo trans_conn;
int restore_trans_conn = 0;
priv = (OsCommPtr)client->osPrivate;
trans_conn = priv->trans_conn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment