loader: Remove a vestige of archive support

This commit is contained in:
Adam Jackson 2009-01-26 07:54:07 -05:00
parent 366f23c6eb
commit 910a1e88d2

View File

@ -304,10 +304,7 @@ LoaderUnload(int handle)
*/
while ((tmp = _LoaderListPop(handle)) != NULL) {
if (strchr(tmp->name, ':') == NULL) {
/* It is not a member of an archive */
xf86Msg(X_INFO, "Unloading %s\n", tmp->name);
}
xf86Msg(X_INFO, "Unloading %s\n", tmp->name);
DLUnloadModule(tmp->private);
free(tmp->name);
free(tmp->cname);