diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-26 15:59:44 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-26 15:59:44 -0500 |
commit | 996b621bec1bbc4fb21970c75eaec62053bc6ccb (patch) | |
tree | 47a6429b7fe56f40aa42770e745710c2ac69cdeb /dix/extension.c | |
parent | 54cb729ecc2d366c1af836cb3d2ffc8e864e9b79 (diff) |
registry: swap out the DTRACE XErrorDB stuff for the new registry call.
Diffstat (limited to 'dix/extension.c')
-rw-r--r-- | dix/extension.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dix/extension.c b/dix/extension.c index 42fdc125f..9740c1b50 100644 --- a/dix/extension.c +++ b/dix/extension.c @@ -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 |