hw/xfree86

Adam Jackson ajax at kemper.freedesktop.org
Wed Jun 7 18:43:03 EEST 2006


 hw/xfree86/common/xf86Events.c |   11 -----------
 1 files changed, 11 deletions(-)

New commits:
diff-tree d00aa6b8559d3e5f70c6558ce0abd12f7d758491 (from f8535edec736cf19740bd41ed2adfe531f2c26ac)
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Wed Jun 7 11:44:36 2006 -0400

    Delete a (now misleading) message from the crash handler.

diff --git a/hw/xfree86/common/xf86Events.c b/hw/xfree86/common/xf86Events.c
index daf1e2b..397f75d 100644
--- a/hw/xfree86/common/xf86Events.c
+++ b/hw/xfree86/common/xf86Events.c
@@ -1,4 +1,3 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Events.c,v 3.159 2003/11/22 04:22:11 dawes Exp $ */
 /*
  * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  *
@@ -48,9 +47,6 @@
  * authorization from the copyright holder(s) and author(s).
  */
 
-/* $XConsortium: xf86Events.c /main/46 1996/10/25 11:36:30 kaleb $ */
-/* $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Events.c,v 1.22 2006/03/25 19:52:03 ajax Exp $ */
-
 /* [JCH-96/01/21] Extended std reverse map to four buttons. */
 
 #ifdef HAVE_XORG_CONFIG_H
@@ -1462,13 +1458,6 @@ xf86SigHandler(int signo)
 #ifdef XF86BIGFONT
   XF86BigfontCleanup();
 #endif
-#if defined(XFree86LOADER)
-  if (xf86Initialising)
-      LoaderCheckUnresolved(LD_RESOLV_IFDONE);
-  ErrorF("\n"
-	 "   *** If unresolved symbols were reported above, they might not\n"
-	 "   *** be the reason for the server aborting.\n");
-#endif
 
   xorg_backtrace();
     



More information about the xorg-commit mailing list