mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Remove the loader's required and referenced symbol lists, dead code.
This commit is contained in:
parent
0486d3966d
commit
bca9364f3f
3 changed files with 4 additions and 188 deletions
|
|
@ -103,11 +103,6 @@ ModuleDescPtr AddSibling(ModuleDescPtr head, ModuleDescPtr new);
|
|||
void LoaderSetPath(const char *path);
|
||||
void LoaderSortExtensions(void);
|
||||
|
||||
void LoaderVReqSymLists(const char **, va_list args);
|
||||
void LoaderVReqSymbols(const char *, va_list args);
|
||||
void LoaderVRefSymLists(const char **, va_list args);
|
||||
void LoaderVRefSymbols(const char *, va_list args);
|
||||
|
||||
void LoaderShowStack(void);
|
||||
void *LoaderSymbolHandle(const char *, int);
|
||||
int LoaderUnload(int);
|
||||
|
|
|
|||
Loading…
Reference in a new issue