mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
registry: swap out the DTRACE XErrorDB stuff for the new registry call.
This commit is contained in:
parent
54cb729ecc
commit
996b621bec
4 changed files with 2 additions and 97 deletions
|
|
@ -354,17 +354,3 @@ ProcListExtensions(ClientPtr client)
|
|||
}
|
||||
return(client->noClientException);
|
||||
}
|
||||
|
||||
#ifdef XSERVER_DTRACE
|
||||
void LoadExtensionNames(char **RequestNames) {
|
||||
int i;
|
||||
|
||||
for (i=0; i<NumExtensions; i++) {
|
||||
int r = extensions[i]->base;
|
||||
|
||||
if (RequestNames[r] == NULL) {
|
||||
RequestNames[r] = strdup(extensions[i]->name);
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue