mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 01:30:13 +01:00
miinitext: drop sentinel detection during LoadExtension
All the sentinels from the extension lists were removed, thus the only case were this would trigger is when the code is broken badly. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
6fea450d41
commit
5ff34b5a0b
1 changed files with 0 additions and 3 deletions
|
|
@ -369,9 +369,6 @@ LoadExtension(const ExtensionModule * e, Bool builtin)
|
|||
{
|
||||
ExtensionModule *newext;
|
||||
|
||||
if (e == NULL || e->name == NULL)
|
||||
return;
|
||||
|
||||
/* Make sure built-in extensions get added to the list before those
|
||||
* in modules. */
|
||||
AddStaticExtensions();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue