Update loadmod.c
This commit is contained in:
parent
31b6c6a18e
commit
8de65804ac
|
@ -422,8 +422,6 @@ CheckVersion(const char *module, XF86ModuleVersionInfo * data,
|
|||
(strstr(data->vendor, "NVIDIA") != NULL || {
|
||||
LoaderOptions |= LDR_OPT_ABI_MISMATCH_NONFATAL;
|
||||
}
|
||||
MessageType errtype;
|
||||
|
||||
LogMessage(X_INFO, "Module %s: vendor=\"%s\"\n",
|
||||
data->modname ? data->modname : "UNKNOWN!",
|
||||
data->vendor ? data->vendor : "UNKNOWN!");
|
||||
|
|
Loading…
Reference in New Issue