Remove reference to non-existing requestLog and requestLogIndex

These fields were removed in 252ec50481.

Signed-off-by: Nicolai Haehnle <nhaehnle@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Nicolai Hähnle 2009-05-23 13:35:24 +02:00 committed by Peter Hutterer
parent 12e725d08b
commit 6583477035
2 changed files with 0 additions and 10 deletions

View File

@ -413,12 +413,6 @@ Dispatch(void)
}
client->sequence++;
#ifdef DEBUG
if (client->requestLogIndex == MAX_REQUEST_LOG)
client->requestLogIndex = 0;
client->requestLog[client->requestLogIndex] = MAJOROP;
client->requestLogIndex++;
#endif
#ifdef XSERVER_DTRACE
XSERVER_REQUEST_START(LookupMajorName(MAJOROP), MAJOROP,
((xReq *)client->requestBuffer)->length,

View File

@ -37,10 +37,6 @@ SOFTWARE.
* translation from client ids to server addresses.
*/
#ifdef DEBUG
#define MAX_REQUEST_LOG 100
#endif
extern _X_EXPORT CallbackListPtr ClientStateCallback;
typedef struct {