summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loader.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-05-28 15:32:03 -0400
committerAdam Jackson <ajax@redhat.com>2009-05-28 15:32:03 -0400
commit71a83d68ab07536c0778d13cd7da974c40e77457 (patch)
tree232064dfcf482fc3fb45062a0812a137015a2781 /hw/xfree86/loader/loader.c
parent2107becb0ce2ffda001be65728c53563496d8d50 (diff)
xfree86: Remove loader symbol list ABI stubs
These have been nops since 2006 and functionally void since 7.0.
Diffstat (limited to 'hw/xfree86/loader/loader.c')
-rw-r--r--hw/xfree86/loader/loader.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/hw/xfree86/loader/loader.c b/hw/xfree86/loader/loader.c
index 1803d0eb1..47c8c2e7f 100644
--- a/hw/xfree86/loader/loader.c
+++ b/hw/xfree86/loader/loader.c
@@ -159,27 +159,6 @@ LoaderInit(void)
#endif
}
-/* These four are just ABI stubs */
-void
-LoaderRefSymbols(const char *sym0, ...)
-{
-}
-
-void
-LoaderRefSymLists(const char **list0, ...)
-{
-}
-
-void
-LoaderReqSymLists(const char **list0, ...)
-{
-}
-
-void
-LoaderReqSymbols(const char *sym0, ...)
-{
-}
-
/* Public Interface to the loader. */
int