From ebbdc1342a243b301723390696f742dc91f59764 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 28 Aug 2006 18:17:32 -0400 Subject: [PATCH] Remove calls to LoaderCheckUnresolved(), since it's now a stub. --- hw/xfree86/common/xf86DoScanPci.c | 4 ---- hw/xfree86/common/xf86Init.c | 5 ----- 2 files changed, 9 deletions(-) diff --git a/hw/xfree86/common/xf86DoScanPci.c b/hw/xfree86/common/xf86DoScanPci.c index 746ff70e7..0c6668a49 100644 --- a/hw/xfree86/common/xf86DoScanPci.c +++ b/hw/xfree86/common/xf86DoScanPci.c @@ -100,10 +100,6 @@ void DoScanPci(int argc, char **argv, int i) LoaderErrorMsg(NULL, "scanpci", errmaj, errmin); exit(1); } - if (LoaderCheckUnresolved(LD_RESOLV_IFDONE)) { - /* For now, just a warning */ - xf86Msg(X_WARNING, "Some symbols could not be resolved!\n"); - } PciSetup = (ScanPciSetupProcPtr)LoaderSymbol("ScanPciSetupPciIds"); DisplayPCICardInfo = (ScanPciDisplayCardInfoProcPtr)LoaderSymbol("ScanPciDisplayPCICardInfo"); diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 408536d11..8b4bf14c3 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -973,11 +973,6 @@ InitOutput(ScreenInfo *pScreenInfo, int argc, char **argv) #endif } - if ((serverGeneration == 1) && LoaderCheckUnresolved(LD_RESOLV_IFDONE)) { - /* For now, just a warning */ - xf86Msg(X_WARNING, "Some symbols could not be resolved!\n"); - } - xf86PostScreenInit(); xf86InitOrigins();